public final class GradientStop extends PVIObject implements IGradientStop
Represents a gradient format.
| Modifier and Type | Method and Description |
|---|---|
IColorFormat |
getColor()
Returns the color of a gradient stop.
|
float |
getPosition()
Returns or sets the position (0..1) of a gradient stop.
|
long |
getVersion()
Version.
|
void |
setPosition(float value)
Returns or sets the position (0..1) of a gradient stop.
|
equals, getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, hashCodepublic long getVersion()
Version.
Read-only long.
getVersion in class PVIObjectpublic final float getPosition()
Returns or sets the position (0..1) of a gradient stop.
Read/write float.
getPosition in interface IGradientStoppublic final void setPosition(float value)
Returns or sets the position (0..1) of a gradient stop.
Read/write float.
setPosition in interface IGradientStoppublic final IColorFormat getColor()
Returns the color of a gradient stop.
Read-only IColorFormat.
getColor in interface IGradientStopCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.