Skip to main content

ChipActualAppearance.CornerRadius Property

Gets the corner radius value that is applied to the Chip. 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 CornerRadius { get; }

Property Value

Type Description
CornerRadius

The corner radius value that is applied to the Chip.

See Also