CalloutStyle Enum

Definition

Represents the available callout styles. Applicable only to callout annotations.

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

Fields

Borderline 1

A border is drawn around the callout text and a line points to the anchor point.

Cloud 2

Callout text is inside the cloud and smaller clouds point to the anchor point.

Ellipse 5

An ellipse is drawn around the callout text, which is connected to the anchor point.

Perspective 6

A perspective rectangle is drawn around the callout text, which is connected to the anchor point.

Rectangle 3

A rectangle is drawn around the callout text, which is connected to the anchor point.

RoundedRectangle 4

A rounded rectangle is drawn around the callout text, which is connected to the anchor point.

SimpleLine 0

Callout text is underlined and a line points to the anchor point.

Remarks

The CalloutStyle enumeration is used in conjunction with the CalloutStyle property.

Applies to