Enum LineEndingType
Represents the ending type of a line annotation.
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public enum LineEndingType
Butt
Represents a short line at the endpoint perpendicular to the line itself.
Circle
Represents a circle ending.
ClosedArrow
Represents two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to form a triangular closed arrowhead.
Diamond
Represents a diamond ending.
None
Represents no line ending.
OpenArrow
Represents two short lines meeting in an acute angle to form an open arrow.
RClosedArrow
Represents a triangular closed arrowhead in the reverse direction from ClosedArrow.
ROpenArrow
Represents two short lines in the reverse direction from OpenArrow.
Slash
Represents A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
Square
Represents a square ending.