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

CheckEdit.LabelFontFamily Property

Gets or sets the name of the font used to render the label.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public string LabelFontFamily { get; set; }

Property Value

Type Description
String

A value that specifies the name of the font.

See Also