EnumCalloutType
Enum
Determines the major callout geometry types.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public enum CalloutType
Fields
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.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Kaboom")]
Kaboom = 4
Field Value
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.