This documentation is archived and is not being maintained.
DashCap Enumeration
.NET Framework 1.1
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
[Visual Basic] <Serializable> Public Enum DashCap [C#] [Serializable] public enum DashCap [C++] [Serializable] __value public enum DashCap [JScript] public Serializable enum DashCap
Members
| Member 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. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: