Skip to main content

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.v24.1.Win.dll

NuGet Package: DevExpress.Win.Gauges

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