LabelCalloutStyle Enum

Definition

Specifies the type of leader line that should be drawn from the point to the label.

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

Fields

Box 2

Line will terminate to a box drawn around the label text.

None 0

Line will terminate at the label without any added style.

Underlined 1

Line will terminate with a horizontal line beneath the label text.

Remarks

The LabelCalloutStyle enumeration represents the type of leader line that should be drawn from the point to the label. It is used in conjunction with the CalloutStyle property of the SmartLabelStyle object.

Applies to