public interface IGradientFormat extends IFillParamSource
Represent a gradient format.
| Modifier and Type | Method and Description |
|---|---|
int |
getGradientDirection()
Returns or sets the style of a gradient.
|
byte |
getGradientShape()
Returns or sets the shape of a gradient.
|
IGradientStopCollection |
getGradientStops()
Returns the collection of gradient stops.
|
float |
getLinearGradientAngle()
Returns or sets the angle of a gradient.
|
byte |
getLinearGradientScaled()
Determines whether a gradient is scaled.
|
int |
getTileFlip()
Returns or sets the flipping mode for a gradient.
|
void |
setGradientDirection(int value)
Returns or sets the style of a gradient.
|
void |
setGradientShape(byte value)
Returns or sets the shape of a gradient.
|
void |
setLinearGradientAngle(float value)
Returns or sets the angle of a gradient.
|
void |
setLinearGradientScaled(byte value)
Determines whether a gradient is scaled.
|
void |
setTileFlip(int value)
Returns or sets the flipping mode for a gradient.
|
int getTileFlip()
Returns or sets the flipping mode for a gradient.
Read/write TileFlip.
void setTileFlip(int value)
Returns or sets the flipping mode for a gradient.
Read/write TileFlip.
int getGradientDirection()
Returns or sets the style of a gradient.
Read/write GradientDirection.
void setGradientDirection(int value)
Returns or sets the style of a gradient.
Read/write GradientDirection.
float getLinearGradientAngle()
Returns or sets the angle of a gradient.
Read/write float.
void setLinearGradientAngle(float value)
Returns or sets the angle of a gradient.
Read/write float.
byte getLinearGradientScaled()
Determines whether a gradient is scaled.
Read/write NullableBool.
void setLinearGradientScaled(byte value)
Determines whether a gradient is scaled.
Read/write NullableBool.
byte getGradientShape()
Returns or sets the shape of a gradient.
Read/write GradientShape.
void setGradientShape(byte value)
Returns or sets the shape of a gradient.
Read/write GradientShape.
IGradientStopCollection getGradientStops()
Returns the collection of gradient stops.
Read-only IGradientStopCollection.