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

DigitalGauge.LetterSpacing Property

Gets or sets the spacing between characters.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[DefaultValue(0F)]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public float LetterSpacing { get; set; }

Property Value

Type Default Description
Single 0

The spacing between characters, in relative coordinates.

Remarks

See Coordinate System, to learn about relative coordinates.

See Also