Chip.IconSize Property
Gets or sets the icon size.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Size IconSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Size | A structure that specifies an icon size. |
See Also