Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LeaderLineStyle

Represents a hatch fill which fills polygonal geometry with a uniform series of parallel line symbols.

Read more...

Index

Enumeration members

Base

Base: = "Base"

The line callout leader is a single line originating from the closest corner of the text box with the gap applied. If the callout has an accent bar it is connected to the closest point at the either top or bottom of the accent bar.

CircularCCW

CircularCCW: = "CircularCCW"

The line callout leader is curved (counter-clockwise) from the anchor point to the closest corner of the text box with the gap applied. If the callout has an accent bar it is connected to the closest point at the either top or bottom of the accent bar.

CircularCW

CircularCW: = "CircularCW"

The line callout leader is curved (clockwise) from the anchor point to the closest corner of the text box with the gap applied. If the callout has an accent bar it is connected to the closest point at the either top or bottom of the accent bar.

FourPoint

FourPoint: = "FourPoint"

The line callout leader is a 4-point line originating from the midpoint of the left or right side of the text box with the gap applied or the midpoint of the accent bar if the callout has one.

MidPoint

MidPoint: = "MidPoint"

The line callout leader is a single line originating from the midpoint of the left or right side of the text box with the gap applied or from the midpoint of the accent bar if the callout has one.

ThreePoint

ThreePoint: = "ThreePoint"

The line callout leader is a 3-point line originating from the midpoint of the left or right side of the text box with the gap applied or the midpoint of the accent bar if the callout has one.

Underline

Underline: = "Underline"

The line callout draws a line that connects to the closest of the four corners of the text with the gap applied. If the callout has an accent bar it is connected to the closest point at either the top or bottom of the accent bar. Additionally, either and underline or an "overline" is drawn along the closest side (bottom or top) of the text.

Generated using TypeDoc