Skip to main content

InputChipGroup.EditorFontSize Property

Gets or sets the size of the font used to display text in the editor.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public double EditorFontSize { get; set; }

#Property Value

Type Description
Double

A value that specifies the font size.

See Also