ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / FontDecoration Enumeration

In This Topic
    FontDecoration Enumeration
    In This Topic
    Represents the font decoration.
    Syntax
    'Declaration
     
    Public Enum FontDecoration 
       Inherits System.Enum
    public enum FontDecoration : System.Enum 
    Members
    MemberDescription
    DoubleUnderlineDefines the two lines below the text.
    LinethroughDefines a line through the text.
    NoneDefines a normal text.
    OverlineDefines a line above the text.
    UnderlineDefines a line below the text.
    Inheritance Hierarchy

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

    See Also