Skip to main content

BaseShapeAppearance.BorderWidth Property

Gets or sets the border’s width.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(0F)]
public float BorderWidth { get; set; }

Property Value

Type Default Description
Single 0

A Single value that specifies the border’s width.

See Also