接口 ILinearGradient
public interface ILinearGradient
Represents the
ILinearGradient
object that transitions through aseries of colors in a linear manner along a specific angle.-
方法概要
修饰符和类型方法说明Returns theIColorStops
for theILinearGradient
object.double
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.
-
方法详细资料
-
getColorStops
IColorStops getColorStops()Returns theIColorStops
for theILinearGradient
object. -
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.
-