[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.FontStyleEx

FontStyleEx Enum

Specifies style information applied to text.

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

Fields

Name Description
Bold

The bold text.

DoubleUnderline

The text with a double underline.

Italic

The italic text.

Regular

The regular text.

Strikeout

The text with a strikeout.

Underline

The underlined text.

Extension Methods