TextEditBaseActualAppearance.CharacterCounterIndent Property
Gets the distance between the character counter and help/error text that is applied to the TextEdit when the editor is disabled. To specify this distance, use the CharacterCounterIndent property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double CharacterCounterIndent { get; }
Property Value
Type | Description |
---|---|
Double | The distance between the character counter and help/error text. |
See Also