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: 12.0.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