[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.PenStyleEx

PenStyleEx Enum

Specifies the style of dashed lines drawn with a System.Drawing.Pen object.

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

Fields

Name Description
Custom

Specifies a user-defined custom dash style.

Dash

Specifies a line consisting of dashes.

DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

Dot

Specifies a line consisting of dots.

Solid

Specifies a solid line.

Extension Methods