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