CheckEdit.LabelFontAttributes Property
Gets or sets whether the font used to render the label is italic, bold, both, or neither. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes LabelFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The font attributes. |
See Also