Skip to main content

BaseScaleAppearance.Width Property

Gets or sets the scale’s width.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v24.1.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public float Width { get; set; }

Property Value

Type Description
Single

A Single value that specifies the scale’s width.

See Also