DataFormItem.LabelFontSize Property
Gets or sets the font size for the editor’s text label.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double LabelFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | The text font size. |
See Also