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