NumericEditActualAppearance.AffixIndent Property
Gets the affix indent value that is applied to the NumericEdit. To specify this value, use the AffixIndent property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double AffixIndent { get; }
Property Value
Type | Description |
---|---|
Double | The affix indent. |
See Also