'Declaration Public Enum FontDecoration Inherits System.Enum
public enum FontDecoration : System.Enum
'Declaration Public Enum FontDecoration Inherits System.Enum
public enum FontDecoration : System.Enum
Member | Description |
---|---|
DoubleUnderline | Defines the two lines below the text. |
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.Drawing.FontDecoration