ActiveReports Developer 7
FontDecoration Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : FontDecoration Enumeration

Glossary Item Box

Represents the font decoration.

Syntax

Visual Basic (Declaration) 
Public Enum FontDecoration 
   Inherits System.Enum
C# 
public enum FontDecoration : System.Enum 

Members

MemberDescription
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.Extensibility.Rendering.Drawing.FontDecoration

See Also