Skip to main content

CheckEdit.LabelFontAttributes Property

Gets or sets whether the font used to render the label is italic, bold, both, or neither.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public FontAttributes LabelFontAttributes { get; set; }

Property Value

Type Description
FontAttributes

A value that specifies the attributes of the font.

See Also