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