Back to Devexpress

DxFontSettings.Weight Property

blazor-devexpress-dot-blazor-dot-dxfontsettings-0f7a7858.md

latest988 B
Original Source

DxFontSettings.Weight Property

Specifies the font weight of the element’s text.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public int? Weight { get; set; }

Property Value

TypeDescription
Nullable<Int32>

The font weight within the range between 100 and 900.

|

Remarks

Refer to the DxFontSettings class description for additional information and an example.

See Also

DxFontSettings Class

DxFontSettings Members

DevExpress.Blazor Namespace