LineAnchorCapStyle Enum

Definition

Specifies the shape - that is, the anchor cap - to draw on the point end of the label callout line.

public enum class LineAnchorCapStyle
public enum LineAnchorCapStyle
type LineAnchorCapStyle = 
Public Enum LineAnchorCapStyle
Inheritance
LineAnchorCapStyle

Fields

Arrow 1

Anchor cap will be drawn with an arrowhead.

Diamond 2

Anchor cap will be drawn with a diamond-shaped end.

None 0

Anchor cap will not be drawn.

Round 4

Anchor cap will be drawn with a round end.

Square 3

Anchor cap will be drawn with a square head.

Remarks

The LineAnchorCapStyle enumeration represents the shape to be drawn on the point end of the label callout line. It is used in conjunction with the CalloutStyle and the CalloutLineAnchorCapStyle properties. If a callout line is not used, this enumeration will have no effect.

Applies to