CheckEdit.LabelFontAttributes Property
In This Article
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
C#
public FontAttributes LabelFontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Font |
A value that specifies the attributes of the font. |
See Also