Click or drag to resize

AnnotationLineCapStyle Enumeration

Specifies the type of line cap for a AnnotationLineCap object.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AnnotationLineCapStyle
Members
  Member nameDescription
None No line cap is drawn.
Arrow A simple thin line arrow.
FilledArrow A filled arrow.
ClosedArrow A closed arrow that is not filled.
Ellipse An ellipse is drawn.
FilledEllipse A filled ellipse is drawn.
Rectangle A rectangle is drawn.
FilledRectangle A filled rectangle is drawn.
Diamond A diamond is drawn.
FilledDiamond A filled diamond is drawn.
ReversedArrow An arrow pointing in toward the line is drawn
ReversedClosedArrow A closed arrow pointing in toward the line is drawn
ReversedFilledArrow A filled, closed array is drawn pointing in toward the line is drawn
Butt A line perpendicular to the line is drawn
Slash A hash line is drawn
See Also