Click or drag to resize

LineEnding Enumeration

Defines line ending shapes.

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration LineEnding
Members
  Member nameValueDescription
None0 No special ending.
Circle5 Line ends and/or begins with a circle.
PointedCap8 Wide line ends and/or begins with pointed cap.
RoundededCap9 Wide line ends and/or begins with rounded cap.
SmallArrow1 Line ends and/or begins with a small arrow.
LargeArrow2 Line ends and/or begins with a large arrow.
SmallDiamond3 Line ends and/or begins with a small diamond.
LargeDiamond4 Line ends and/or begins with a large diamond.
SmallTickMark6 Line ends and/or begins with a small tick mark.
LargeTickMark7 Line ends and/or begins with a large tick mark.
HugeTickMark10 Line ends and/or begins with a very long tick mark.
Remarks