| Visual Basic (Declaration) | |
|---|---|
Public Enum FontDecoration Inherits System.Enum  | |
| C# | |
|---|---|
public enum FontDecoration : System.Enum  | |
| Member | Description | 
|---|---|
| Linethrough | Defines a line through the text. | 
| None | Defines a normal text. | 
| Overline | Defines a line above the text. | 
| Underline | Defines a line below the text. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.FontDecoration