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

DigitalGauge.Padding Property

Gets or sets the amount of space between a gauge’s borders and the digits it displays.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[XtraSerializableProperty]
[DXCategory("Layout")]
public TextSpacing Padding { get; set; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Base.TextSpacing

A DevExpress.XtraGauges.Core.Base.TextSpacing object containing padding settings.

Remarks

The Padding property specifies the indents between the gauge’s top, left, bottom and right edges and the digits displayed by the gauge. The indents are specified in relative coordinates. See Coordinate System to learn more.

See Also