Enum CalloutType
Determines the major callout geometry types.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum CalloutType
Cloud
Cloud geometry.
Custom
User should provide custom geometry via the Geometry property.
Ellipse
Ellipse geometry. User can additionally set and control arrow via the ArrowType and ArrowAnchorPoint properties.
Kaboom
Kaboom geometry, cloud with triangles instead of arcs.
Rectangle
Rectangle geometry. User can additionally set and control arrow via the ArrowType, ArrowBasePoint1, ArrowBasePoint2 and ArrowAnchorPoint properties.
RoundedRectangle
Rounded rectangle geometry. User can additionally set and control arrow via the ArrowType, ArrowBasePoint1, ArrowBasePoint2 and ArrowAnchorPoint properties.