TokenEditActualAppearance.TokenPadding Property
Returns the padding value that is applied to the TokenEdit‘s token. To specify this value, use the Padding property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness TokenPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | An object that specifies the padding value. |
See Also