Enum
CalloutType

Determines the major callout geometry types.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum CalloutType

Fields

Cloud

Cloud geometry.

Declaration

cs-api-definition
Cloud = 3

Field Value

CalloutType

Custom

User should provide custom geometry via the Geometry property.

Declaration

cs-api-definition
Custom = 5

Field Value

CalloutType

Ellipse

Ellipse geometry. User can additionally set and control arrow via the ArrowType and ArrowAnchorPoint properties.

Declaration

cs-api-definition
Ellipse = 2

Field Value

CalloutType

Kaboom

Kaboom geometry, cloud with triangles instead of arcs.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kaboom")]
Kaboom = 4

Field Value

CalloutType

Rectangle

Rectangle geometry. User can additionally set and control arrow via the ArrowType, ArrowBasePoint1, ArrowBasePoint2 and ArrowAnchorPoint properties.

Declaration

cs-api-definition
Rectangle = 0

Field Value

CalloutType

RoundedRectangle

Rounded rectangle geometry. User can additionally set and control arrow via the ArrowType, ArrowBasePoint1, ArrowBasePoint2 and ArrowAnchorPoint properties.

Declaration

cs-api-definition
RoundedRectangle = 1

Field Value

CalloutType