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

BaseTextAppearance.Spacing Property

Gets or sets the outer indents of a text region.

Namespace: DevExpress.XtraGauges.Core.Drawing

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

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