ColorOffsetValue0 Property |
Defines first 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 Value0 { get; set; }
Public Property Value0 As Single
Get
Set
public:
virtual property float Value0 {
float get () sealed;
void set (float value) sealed;
}
abstract Value0 : float32 with get, set
override Value0 : float32 with get, set
Property Value
Type:
SingleImplements
IColorOffsetValue0
See Also