Class CalloutType
Determines the major callout geometry types.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class CalloutType : Enum
Fields
Cloud
Custom
User should provide custom geometry via the Geometry property.
Declaration
public const CalloutType Custom
Field Value
Ellipse
Ellipse geometry. User can additionally set and control arrow via the
Arrow
Declaration
public const CalloutType Ellipse
Field Value
Kaboom
Kaboom geometry, cloud with triangles instead of arcs.
Declaration
public const CalloutType Kaboom
Field Value
Rectangle
Rectangle geometry. User can additionally set and control arrow via the Arrow
Declaration
public const CalloutType Rectangle
Field Value
RoundedRectangle
Rounded rectangle geometry. User can additionally set and control arrow via the Arrow
Declaration
public const CalloutType RoundedRectangle
Field Value
value__
Declaration
public int value__
Field Value
System.
|