Skip to main content

BaseTextAppearance.Spacing Property

Gets or sets the outer indents of a text region.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[XtraSerializableProperty]
public TextSpacing Spacing { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.TextSpacing

A DevExpress.XtraGauges.Core.Base.TextSpacing value that contains spacing settings.

See Also