New to Telerik UI for WPFStart a free 30-day trial

Determines the major callout geometry types.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public enum CalloutType

Fields

Cloud geometry.

C#
Cloud = 3

User should provide custom geometry via the Geometry property.

C#
Custom = 5

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

C#
Ellipse = 2

Kaboom geometry, cloud with triangles instead of arcs.

C#
Kaboom = 4

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

C#
Rectangle = 0

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

C#
RoundedRectangle = 1