DXContentPresenterBase.FontAttributes Property
In This Article
Gets or sets font attributes (such as bold and italic). This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public FontAttributes? FontAttributes { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Font |
The font attributes. |
See Also