| Visual Basic (Declaration) | |
|---|---|
Public Enum FontWeight Inherits System.Enum  | |
| C# | |
|---|---|
public enum FontWeight : System.Enum  | |
| Member | Description | 
|---|---|
| Bold | Indicates a bold font weight. | 
| Bolder | Indicates a bolder font weight. | 
| ExtraBold | Indicates an extra bold font weight. | 
| ExtraLight | Indicates an extra light font weight | 
| Heavy | Indicates a heavy font weight. | 
| Light | Indicates a light font weight | 
| Lighter | Indicates a lighter font weight | 
| Medium | Indicates a medium font weight. | 
| Normal | Indicates a normal font weight. | 
| SemiBold | Indicates a semi-bold font weight. | 
| Thin | Indicates a thin font weight | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.FontWeight