TokenEditActualAppearance.TokenIconIndent Property
Gets the icon indent value that is applied to the TokenEdit‘s token items. 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 token icon’s indent. |
See Also