Back to Devexpress

CheckEdit.LabelFontSize Property

maui-devexpress-dot-maui-dot-editors-dot-checkedit-af026bb7.md

latest849 B
Original Source

CheckEdit.LabelFontSize Property

Gets or sets the size of the font used to render the label. 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 LabelFontSize { get; set; }

Property Value

TypeDefaultDescription
Double0

The font size.

|

See Also

CheckEdit Class

CheckEdit Members

DevExpress.Maui.Editors Namespace