Back to Devexpress

Chip.FontSize Property

maui-devexpress-dot-maui-dot-editors-dot-chip-00e70920.md

latest816 B
Original Source

Chip.FontSize Property

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

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

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

Property Value

TypeDefaultDescription
Double-1.7976931348623157E+308

The font size.

|

See Also

Chip Class

Chip Members

DevExpress.Maui.Editors Namespace