|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGradientFormat
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |