Back to Devexpress

TokenAppearance.FontSize Property

maui-devexpress-dot-maui-dot-editors-dot-tokenappearance-fa543fc6.md

latest859 B
Original Source

TokenAppearance.FontSize Property

Gets or sets the font size of the token item’s text. 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 FontSize { get; set; }

Property Value

TypeDescription
Double

The token item’s font size.

|

See Also

TokenAppearance Class

TokenAppearance Members

DevExpress.Maui.Editors Namespace