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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.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