CalloutElementShape
Class
Defines a callout shape, base on the settings defined in CalloutShapeSettings class.
Definition
Namespace:Telerik.WinControls.UI.Callout
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CalloutElementShape : PathElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeCustomShapePathElementShapeCalloutElementShape...
Implements:
Inherited Members
Constructors
Initializes a new instance of the CalloutShapeSettings class.
C#
public CalloutElementShape()
Properties
Gets or sets the CalloutShapeSettings used when creating callout shape.
C#
public CalloutShapeSettings ShapeSettings { get; }
Methods
C#
protected virtual CalloutShapeSettings CreateCalloutShapeSettings()
Creates a GraphicsPath based on the given bounds.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
The bounds of the shape.
Returns:The graphics path.
Overrides: