DataFormItem.LabelFontSize Property
Gets or sets the font size for the editor’s text label. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double LabelFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The text font size. |
See Also