ActiveReports 18 .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
    Bold 
    DoubleUnderline 
    Italic 
    Regular 
    Strikeout 
    Underline 
    Inheritance Hierarchy

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

    See Also