Skip to main content
A newer version of this page is available. .

BaseScaleAppearance.Width Property

Gets or sets the scale’s width.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

Declaration

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

Property Value

Type Default Description
Single 0

A Single value that specifies the scale’s width.

See Also