[]
Represents the ILinearGradient object that transitions through a series of colors in a linear manner along a specific angle.
public interface ILinearGradient
Returns the IColorStopsfor the ILinearGradient object (read-only).
IColorStops ColorStops { get; }
Gets or sets the angle of the linear gradient fill within a selection (read or write).
double Degree { get; set; }