Skip to main content

FormItemBaseActualAppearance.TextFontAttributes Property

Gets the font attribute value that is applied to the FormItemBase descendant’s text. To specify this value, use the TextFontAttributes property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes TextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also