New to Telerik Document ProcessingStart a free 30-day trial

Line ending decorations used at the start or end of a line annotation.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum LineEndingType

Fields

Short perpendicular line (butt cap).

C#
Butt = 6

Circle cap.

C#
Circle = 3

Closed triangular arrowhead.

C#
ClosedArrow = 5

Diamond cap.

C#
Diamond = 4

No decoration.

C#
None = 0

Two short lines forming an open arrow.

C#
OpenArrow = 1

Closed arrowhead drawn in the reverse direction.

C#
RClosedArrow = 8

Open arrow drawn in the reverse direction.

C#
ROpenArrow = 7

Short line at ~30° clockwise from perpendicular (slash).

C#
Slash = 9

Square cap.

C#
Square = 2