Skip to main content
All docs
V23.2

DXLinearGradientBrush.Rectangle Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public RectangleF Rectangle { get; set; }

Property Value

Type Description
RectangleF

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

See Also