Interface ILinearGradient
public interface ILinearGradient
Represents the
ILinearGradient
object that transitions through aseries of colors in a linear manner along a specific angle.
-
Method Summary
double
Gets the angle of the linear gradient fill within a selection.
void
Sets the angle of the linear gradient fill within a selection.
-
Method Details
-
-
getDegree
double getDegree()
Gets the angle of the linear gradient fill within a selection.
-
setDegree
void setDegree(double value)
Sets the angle of the linear gradient fill within a selection.