Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / FontWeight Enumeration

In This Topic
    FontWeight Enumeration
    In This Topic
    Specifies the thickness of the font.
    Syntax
    'Declaration
     
    Public Enum FontWeight 
       Inherits System.Enum
    public enum FontWeight : System.Enum 
    Members
    MemberDescription
    BoldMatches CSS font weight 700.
    DefaultDefault. Treated as Normal.
    ExtraBoldMatches CSS font weight 800.
    ExtraLightMatches CSS font weight 200.
    HeavyMatches CSS font weight 900.
    LightMatches CSS font weight 300.
    MediumMatches CSS font weight 500.
    NormalMatches CSS font weight 400.
    SemiBoldMatches CSS font weight 600.
    ThinMatches CSS font weight 100.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.FontWeight

    See Also