GradientStopPosition Property |
Returns or sets the position (0..1) of a gradient stop.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Position { get; set; }
Public Property Position As Single
Get
Set
public:
virtual property float Position {
float get () sealed;
void set (float value) sealed;
}
abstract Position : float32 with get, set
override Position : float32 with get, set
Property Value
Type:
SingleImplements
IGradientStopPosition
See Also