Represents style of dash drawing lines on documents.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntax[FlagsAttribute]
public enum DashStyle
<FlagsAttribute>
Public Enumeration DashStyle
[FlagsAttribute]
public enum class DashStyle
[<FlagsAttribute>]
type DashStyle
Members
| Member name | Value | Description |
---|
| Solid | 0 | Represent a solid line. |
| ShortDash | 1 | Represent a short dash line. |
| ShortDot | 2 | Represent a short dot line. |
| ShortDashDot | 3 | Represent a short dash-dot line. |
| ShortDashDotDot | 4 | Represent a short dash-dot-dot line. |
| Dot | 5 | Represent a square dot style. |
| Dash | 6 | Represent a dash line style. |
| LongDash | 7 | Represent a long dash style. |
| DashDot | 8 | Dash short dash. |
| LongDashDot | 9 | Long dash short dash. |
| LongDashDotDot | 10 | Long dash short dash short dash. |
| RoundDot | 11 | Represents a round-dot line. |
| SquareDot | 12 | Represents a square-dot line. |
| DashDotDot | 13 | Represents a dash-dot-dot line. |
| DashLongDash | 14 | Represents a long dash-short dash line. |
| DashLongDashDot | 15 | Represents a long dash-short dash-dot line. |
See Also