Class ArrowShape
Represents an arrow shape.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public class ArrowShape : RoundedCornerShape, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
ArrowShape()
Initializes a new instance of the ArrowShape with zero angle of rotation.
Declaration
public ArrowShape()
ArrowShape(Double, Int32)
Initializes a new instance of the ArrowShape with the specified angle of rotation in degrees.
Declaration
public ArrowShape(double angle, int rounding)
Parameters
System.Double
angle
A double value specifying the angle of rotation of the shape in degrees. |
System.Int32
rounding
An int value between 0 and 100 specifying the rounding of the edges in percent. |
Methods
Clone()
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
System.String
A human-readable representation ot this ArrowShape. |