Enum GeoDashCap
This enumeration represents the type of graphic shape to use on both ends of each dash in a dashed line.
public enum GeoDashCap
Fields
Flat = 0Specifies a square cap that squares off both ends of each dash.
Round = 1Specifies a circular cap that rounds off both ends of each dash.
Square = 3Specifies a square cap that points both ends of each dash.
Triangle = 2Specifies a triangular cap that points both ends of each dash.
Remarks
None