[]
The IRectangularGradient object transitions through a series of colors in a linear manner along a specific angle.
public interface IRectangularGradient
Gets or sets the point or vector that the gradient fill converges to (read or write).
double Bottom { get; set; }
Returns the IRectangularGradient.ColorStops for the IRectangularGradient object (read-only).
IColorStops ColorStops { get; }
Gets or sets the point or vector that the gradient fill converges to (read or write).
double Left { get; set; }
Gets or sets the point or vector that the gradient fill converges to (read or write).
double Right { get; set; }
Gets or sets the point or vector that the gradient fill converges to (read or write).
double Top { get; set; }