Skip to main content

AutoCompleteTokenEditActualAppearance.TokenCornerRadius Property

Gets the corner radius value that is applied to the AutoCompleteTokenEdit‘s tokens. 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 corner radius.

See Also