ActiveReports 8
FontWeight Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also