[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.FontDecoration

FontDecoration Enum

Specifies the font decoration.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Flags]
[CLSCompliant(true)]
public enum FontDecoration : byte

Fields

Name 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.

Extension Methods