DataFormView.EditorLabelFontSize Property
In This Article
Gets or sets the font size for editor text labels.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double EditorLabelFontSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | The text font size. |
#Remarks
See Also