LinearGradientBrushBase.Rectangle

LinearGradientBrushBase.Rectangle property

Gets or sets a rectangular region that defines the starting and ending points of the gradient.

public RectangleF Rectangle { get; set; }

Property Value

A RectangleF structure that specifies the starting and ending points of the gradient.

See Also