ChipGroup.ChipFontSize Property
Gets or sets the font size for chips in this group.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double ChipFontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | A value that specifies a font size. |
See Also