Skip to main content

AutoCompleteTokenEditActualAppearance.TokenIconIndent Property

Gets the indent value that is applied to the AutoCompleteTokenEdit‘s token icon. To specify this value, use the IconIndent property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double TokenIconIndent { get; }

Property Value

Type Description
Double

The icon’s indent.

See Also