ActiveReports 12
FontDecoration Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : FontDecoration Enumeration
Represents the font decoration.
Syntax
'Declaration
 
Public Enum FontDecoration 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace