[]
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
[CLSCompliant(true)]
public enum DashCap
| Name | Description |
|---|---|
| Flat | Specifies a square cap that squares off both ends of each dash. |
| Round | Specifies a circular cap that rounds off both ends of each dash. |
| Triangle | Specifies a triangular cap that points both ends of each dash. |