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