Back to Devexpress

InputChipGroup.EditorFontSize Property

maui-devexpress-dot-maui-dot-editors-dot-inputchipgroup-240ba38d.md

latest909 B
Original Source

InputChipGroup.EditorFontSize Property

Gets or sets the size of the font used to display text in the editor. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

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

Property Value

TypeDefaultDescription
Double-1.7976931348623157E+308

The font size.

|

See Also

InputChipGroup Class

InputChipGroup Members

DevExpress.Maui.Editors Namespace