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

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

Syntax

C#
public enum DashStyle
Visual Basic
Public Enumeration DashStyle

Members

Member nameValueDescription
Solid0 Specifies a solid line.
Dash1 Specifies a line consisting of dashes.
Dot2 Specifies a line consisting of dots.
DashDot3 Specifies a line consisting of a repeating pattern of dash-dot.
DashDotDot4 Specifies a line consisting of a repeating pattern of dash-dot-dot.
Custom5 Specifies a user-defined custom dash style.

See Also