CalloutStyle Enum

Definition

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

C#
public enum CalloutStyle
Inheritance
CalloutStyle

Fields

Name Value Description
SimpleLine 0

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

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.

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.

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.

Remarks

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

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1