ChipGroup.ChipIconSize Property
Gets or sets the icon size. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Size ChipIconSize { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Size | 0 | The icon size. |
See Also