Skip to main content
A newer version of this page is available. .

BrushObject.BrushRect Property

Gets or sets the rectangle to paint by the brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

public RectangleF2D BrushRect { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.RectangleF2D

A RectangleF2D value that specifies the rectangle to paint by the brush.

See Also