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.v24.2.Core.dll

Declaration

public BrushObject BorderBrush { get; set; }

Property Value

Type Description
BrushObject

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

See Also