MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / FontStyleEx Enumeration

FontStyleEx Enumeration
Specifies style information applied to text.
Syntax
'Declaration
 
Public Enum FontStyleEx 
   Inherits System.Enum
 
Members
MemberDescription
BoldThe bold text.
DoubleUnderlineThe text with a double underline.
ItalicThe italic text.
RegularThe regular text.
StrikeoutThe text with a strikeout.
UnderlineThe underlined text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.FontStyleEx

See Also