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

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
public enum DashStyle
Visual Basic
Public Enumeration DashStyle

Members

Member nameDescription
Solid Specifies a solid line.
Dash Specifies a line consisting of dashes.
Dot Specifies a line consisting of dots.
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.
Custom Specifies a user-defined custom dash style.

See Also