ActiveReports 12
FontWeight Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : FontWeight Enumeration
Specifies font thickness.
Syntax
'Declaration
 
Public Enum FontWeight 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace