Chip.FontSize Property
Gets or sets the size of the font used to display text in the chip.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies a font size. |
See Also