Click or drag to resize

DashCap Enumeration

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

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum DashCap
Members
  Member nameValueDescription
Flat0 Specifies a square cap that squares off both ends of each dash.
Round2 Specifies a circular cap that rounds off both ends of each dash.
Triangle3 Specifies a triangular cap that points both ends of each dash.
See Also