Skip to main content
A newer version of this page is available. .

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

[TypeConverter(typeof(FontSizeConverter))]
public double EditorFontSize { get; set; }

Property Value

Type Description
Double

A value that specifies the font size.

See Also