DigitalGauge.LetterSpacing Property
Gets or sets the spacing between characters.
Namespace: DevExpress.XtraGauges.Win.Gauges.Digital
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DefaultValue(0F)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
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