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

TextEditBase.CharacterCounterIndent Property

Gets or sets the distance between the character counter and help/error text.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public double CharacterCounterIndent { get; set; }

Property Value

Type Description
Double

A value that specifies the distance between the character counter and help/error text.

See Also