MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Drawing Namespace / FontStyle Enumeration

FontStyle Enumeration
Specifies style information applied to text. It is a cross-platform version of System.Drawing.FontStyle.
Syntax
'Declaration
 
Public Enum FontStyle 
   Inherits System.Enum
 
Members
MemberDescription
BoldBold font style.
ItalicItalic font style.
RegularRegular font style.
StrikeoutStrikeout font style.
UnderlineUnderline font style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Drawing.FontStyle

See Also