ActiveReports Developer 7
FontWeight Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : FontWeight Enumeration

Glossary Item Box

Specifies font thickness.

Syntax

Visual Basic (Declaration) 
Public Enum FontWeight 
   Inherits System.Enum
C# 
public enum FontWeight : System.Enum 

Members

MemberDescription
BoldIndicates a bold font weight.
BolderIndicates a bolder font weight.
ExtraBoldIndicates an extra bold font weight.
ExtraLightIndicates an extra light font weight
HeavyIndicates a heavy font weight.
LightIndicates a light font weight
LighterIndicates a lighter font weight
MediumIndicates a medium font weight.
NormalIndicates a normal font weight.
SemiBoldIndicates a semi-bold font weight.
ThinIndicates a thin font weight

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.FontWeight

See Also