DXFontIconSourceBase.FontWeight Property
In This Article
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. |
The icon’s font weight. |
See Also