Skip to main content

DXFontIconSourceBase.FontStyle Property

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.UI.Text.FontStyle

The icon’s font style.

See Also