Pen style
Namespace: GroupDocs.Annotation.ModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 21.3.0.0 (21.3)
Syntax[SerializableAttribute]
public enum PenStyle
<SerializableAttribute>
Public Enumeration PenStyle
[SerializableAttribute]
public enum class PenStyle
[<SerializableAttribute>]
type PenStyle
Members
| Member name | Value | Description |
---|
| Solid | 0 |
Specifies a solid line
|
| Dash | 1 |
Specifies a line consisting of dashes
|
| DashDot | 2 |
Specifies a line consisting of dashes and dots
|
| Dot | 3 |
Specifies a line consisting of dots
|
| LongDash | 4 |
Specifies a line consisting of long dashes
|
| DashDotDot | 5 |
Specifies a line consisting of dashes and two dots
|
See Also