DXFontIconSourceBase.FontStyle Property
In This Article
Gets or sets the icon’s font style.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("$Windows.UI.Text.FontStyle.Normal", Handler = "OnContentChanged")]
public FontStyle FontStyle { get; set; }
#Property Value
Type | Description |
---|---|
Windows. |
The icon’s font style. |
See Also