public interface ILinearGradient
ILinearGradient object that transitions through a
series of colors in a linear manner along a specific angle.| Modifier and Type | Method and Description |
|---|---|
IColorStops |
getColorStops()
Returns the
IColorStopsfor the ILinearGradient object. |
double |
getDegree()
Gets the angle of the linear gradient fill within a selection.
|
void |
setDegree(double value)
Sets the angle of the linear gradient fill within a selection.
|
IColorStops getColorStops()
IColorStopsfor the ILinearGradient object.double getDegree()
void setDegree(double value)