Skip to main content
A newer version of this page is available. .

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

[TypeConverter(typeof(FontSizeConverter))]
public double LabelFontSize { get; set; }

Property Value

Type Description
Double

A value that specifies the size of the font.

See Also