[]
        
(Showing Draft Content)

ILinearGradient

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

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.