Skip to main content

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

C#
public string LabelFontFamily { get; set; }

#Property Value

Type Description
String

A value that specifies the name of the font.

See Also