ColorOffsetValue1 Property |
Defines second value of offset.
Read/write
Single.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Value1 { get; set; }
Public Property Value1 As Single
Get
Set
public:
virtual property float Value1 {
float get () sealed;
void set (float value) sealed;
}
abstract Value1 : float32 with get, set
override Value1 : float32 with get, set
Property Value
Type:
SingleImplements
IColorOffsetValue1
See Also