[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Style.FontWeight

FontWeight Property

FontWeight

Gets or sets a thickness of the font.

Declaration
[ExpressionBaseType(typeof(FontWeight))]
public ExpressionInfo FontWeight { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to a FontWeight enumeration or a number between 0 and 900 indicating the thickness of the font.

Remarks

Valid values are listed in the table below.

FontWeightDescription
LighterA lighter font weight with a numeric value of 0.
ThinA thin font weight with a numeric value of 100.
ExtraLightAn extra-light font weight with a numeric value of 200.
LightA light font weight with a numeric value of 300.
Normal (Default)A normal font weight with a numeric value of 400.
MediumA medium font weight with a numeric value of 500.
SemiboldA semi-bold font weight with a numeric value of 600.
BoldA bold font weight with a numeric value of 700.
ExtraboldAn extra-bold font weight with a numeric value of 800.
HeavyThe heaviest possible font weight with a numeric value of 900.
BolderSelects the next value that is darker than the inherited value.