Namespace: PdfSharp.Drawing
Specifies the available cap styles with which an XPen object can start and end a line.
public enum XLineCap
Inheritance Object → ValueType → Enum → XLineCap
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Flat | 0 | Specifies a flat line cap. |
| Round | 1 | Specifies a round line cap. |
| Square | 2 | Specifies a square line cap. |