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
[TypeConverter(typeof(FontSizeConverter))]
public double EditorFontSize { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1.7976931348623157E+308 | The font size. |
See Also