Skip to main content

BaseShapeAppearance.BorderBrush Property

Gets or sets the brush used to paint the object’s border.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public BrushObject BorderBrush { get; set; }

Property Value

Type Description
BrushObject

A BaseShapeAppearance descendant used to paint the object’s border.

See Also