[]
        
(Showing Draft Content)

C1.WPF.Document.DashStyle

DashStyle Enum

Defines the dash style of a line.

Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public enum DashStyle

Fields

Name Description
Dash

Dashed line.

DashDot

Dash-dot line.

DashDotDot

Dash-dot-dot line.

Dot

Dotted line.

None

No line.

Solid

Solid line.