DataFormViewActualAppearance.EditorLabelFontSize Property
Gets the editor label’s font size value that is applied to the DataFormView. To specify this value, use the EditorLabelFontSize property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorLabelFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The editor label’s font size. |
See Also