Skip to main content

BrushObject.BrushRect Property

Gets or sets the rectangle to paint by the brush.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

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