Skip to main content
All docs
V24.1

DxFontSettings.Weight Property

Specifies the font weight of the element’s text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Description
Nullable<Int32>

The font weight within the range between 100 and 900.

Remarks

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

See Also