ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing Namespace / FontStyle Enumeration

In This Topic
    FontStyle Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum FontStyle 
       Inherits System.Enum
    public enum FontStyle : System.Enum 
    Members
    MemberDescription
    Bold 
    Italic 
    Regular 
    Strikeout 
    Underline 
    Inheritance Hierarchy

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

    See Also