ClassCalloutElementShape
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:
cs-api-definition
public class CalloutElementShape : PathElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeCustomShapePathElementShapeCalloutElementShape
Implements:
Inherited Members
Constructors
CalloutElementShape()
Initializes a new instance of the CalloutShapeSettings class.
Declaration
cs-api-definition
public CalloutElementShape()
Properties
ShapeSettings
Gets or sets the CalloutShapeSettings used when creating callout shape.
Declaration
cs-api-definition
public CalloutShapeSettings ShapeSettings { get; }
Property Value
Methods
CreateCalloutShapeSettings()
Declaration
cs-api-definition
protected virtual CalloutShapeSettings CreateCalloutShapeSettings()
Returns
CreatePath(Rectangle)
Creates a GraphicsPath based on the given bounds.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The bounds of the shape.
Returns
The graphics path.
Overrides
CreatePathCore(Rectangle, bool)
Declaration
cs-api-definition
protected virtual GraphicsPath CreatePathCore(Rectangle bounds, bool isBorder)
Parameters
bounds
isBorder
Returns