Click or drag to resize
Ab4d.SharpEngine logo

LineCap Enumeration

LineCap enum defines the shape of the line at its start or its end.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public enum LineCap
Members
Member nameValueDescription
Flat0 Flat line without any line cap (Default).
ArrowAnchor1 Arrow shape.
WideArrowAnchor2 Wider arrow shape.
WiderArrowAnchor3 Wider arrow shape.
ShortArrowAnchor4 Short arrow shape.
StealthArrowAnchor5 Arrow shape with back facing arrow edges.
ReverseArrowAnchor6 Arrow that points into the center of the line.
ReverseShortArrowAnchor7 Short arrow that points into the center of the line.
BoxAnchor8 Box shape
DiamondAnchor9 Diamond shape
See Also