CheckEdit.LabelFontSize Property
Gets or sets the size of the font used to render the label.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double LabelFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies the size of the font. |
See Also