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.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

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