Back to Devexpress

DigitalGauge.Padding Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-dot-digitalgauge-56abfe66.md

latest1.8 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty]
[DXCategory("Layout")]
public TextSpacing Padding { get; set; }
vb
<XtraSerializableProperty>
<DXCategory("Layout")>
Public Property Padding As TextSpacing

Property Value

TypeDescription
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

LetterSpacing

Text

DigitalGauge Class

DigitalGauge Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace