DXContentPresenterBase.FontAttributes Property
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
public FontAttributes? FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FontAttributes> | The font attributes. |
See Also