接口 ILinearGradient


public interface ILinearGradient
Represents the ILinearGradient object that transitions through aseries of colors in a linear manner along a specific angle.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the IColorStopsfor the ILinearGradient 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 the IColorStopsfor the ILinearGradient 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.