Specifies the style of dashed lines drawn with a Pen object.
Namespace:
C1.Phone.PdfAssembly: C1.Phone.Pdf (in C1.Phone.Pdf.dll)
Syntax
C# |
---|
public enum DashStyle |
Visual Basic |
---|
Public Enumeration DashStyle |
Members
Member name | Description | |
---|---|---|
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. |