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

In This Topic
    FontStyleEx Enumeration
    In This Topic
    Specifies style information applied to text.
    Syntax
    'Declaration
     
    Public Enum FontStyleEx 
       Inherits System.Enum
    public enum FontStyleEx : 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