CheckEditActualAppearance.LabelFontFamily Property
Gets the font family value that is applied to the CheckEdit‘s label. To specify this value, use the LabelFontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string LabelFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The label’s font family. |
See Also