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