Class CalloutElementShape
Defines a callout shape, base on the settings defined in Callout
Inherited Members
Namespace: Telerik.WinControls.UI.Callout
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CalloutElementShape : PathElementShape
Constructors
CalloutElementShape()
Initializes a new instance of the Callout
Declaration
public CalloutElementShape()
Properties
ShapeSettings
Gets or sets the Callout
Declaration
public CalloutShapeSettings ShapeSettings { get; }
Property Value
Methods
CreateCalloutShapeSettings()
Declaration
protected virtual CalloutShapeSettings CreateCalloutShapeSettings()
Returns
CreatePath(Rectangle)
Creates a System.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System. The bounds of the shape. |
Returns
System. The graphics path. |
Overrides
CreatePathCore(Rectangle, Boolean)
Declaration
protected virtual GraphicsPath CreatePathCore(Rectangle bounds, bool isBorder)
Parameters
System.
|
System.
|
Returns
System.
|
TruncateArrowWidthAndCornerDiameter(Int32, ref Int32, ref Int32)
Declaration
protected virtual void TruncateArrowWidthAndCornerDiameter(int sideLength, ref int arrowWidth, ref int cornerDiameter)
Parameters
System.
|
System.
|
System.
|