DashCap

DashCap enumeration

Specifies the type of graphic shape to use on both ends of each dash in a dashed line.

public enum DashCap

Values

NameValueDescription
Flat0Specifies a square cap that squares off both ends of each dash.
Round2Specifies a circular cap that rounds off both ends of each dash.
Triangle3Specifies a triangular cap that points both ends of each dash.

See Also