GradientStopEffectiveDataPosition Property |
Returns the position (0..1) of a gradient stop.
Read-only
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float Position { get; }
Public ReadOnly Property Position As Single
Get
public:
virtual property float Position {
float get () sealed;
}
abstract Position : float32 with get
override Position : float32 with get
Property Value
Type:
SingleImplements
IGradientStopEffectiveDataPosition
See Also