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