TokenAppearance.IconIndent Property
Gets or sets the icon indent of the token item. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double IconIndent { get; set; }
Property Value
Type | Description |
---|---|
Double | The token item’s icon indent. |
See Also