TokenEditActualAppearance.TokenCornerRadius Property
Gets the corner radius value that is applied to the TokenEdit‘s token items. To specify this value, use the CornerRadius property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public CornerRadius TokenCornerRadius { get; }
Property Value
Type | Description |
---|---|
CornerRadius | The token’s corner radius. |
See Also