ClassArrowShape
Represents an arrow shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ArrowShapeConverter))]
public class ArrowShape : RoundedCornerShape
Inheritance: objectShapeBaseRoundedCornerShapeArrowShape
Inherited Members
Constructors
ArrowShape()
Initializes a new instance of the ArrowShape with zero angle of rotation.
Declaration
public ArrowShape()
ArrowShape(double, int)
Initializes a new instance of the ArrowShape with the specified angle of rotation in degrees.
Declaration
public ArrowShape(double angle, int rounding)
Parameters
angle
double
A double value specifying the angle of rotation of the shape in degrees.
rounding
int
An int value between 0 and 100 specifying the rounding of the edges in percent.
Methods
Clone()
TODO: Add documentation.
Declaration
public override object Clone()
Returns
object
Overrides
CreateRawShape()
Creates the raw shape.
Declaration
protected override void CreateRawShape()
Overrides
ToString()
Returns a human-readable representation ot this ArrowShape.
Declaration
public override string ToString()
Returns
string
A human-readable representation ot this ArrowShape.
Overrides