Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / FontWeight Property

In This Topic
    FontWeight Property
    In This Topic
    Gets or sets the thickness of the font.
    Syntax
    'Declaration
     
    Public Property FontWeight As RdlEnum(Of FontWeight)
    public RdlEnum<FontWeight> FontWeight {get; set;}
    See Also