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