Skip to main content

DXFontIconSourceBase.FontWeight Property

Gets or sets the icon’s font weight.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP("$FontWeights.Normal", Handler = "OnContentChanged")]
public FontWeight FontWeight { get; set; }

#Property Value

Type Description
Windows.UI.Text.FontWeight

The icon’s font weight.

See Also