Skip to main content

BaseScaleAppearance.Width Property

Gets or sets the scale’s width.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

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

Property Value

Type Default Description
Single 0

A Single value that specifies the scale’s width.

See Also