[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Drawing.Drawing2D.DashStyle

DashStyle Enum

Specifies the style of dashed lines drawn with a Pen object. It is a cross-platform version of DashStyle.

Namespace: GrapeCity.ActiveReports.Document.Drawing.Drawing2D
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public enum DashStyle

Fields

Name Description
Custom

The custom style.

Dash

The das style.

DashDot

The Dash Dot style.

DashDotDot

The Dash Dot Dot style.

Dot

The dot style.

Solid

The solid style.