New to Telerik ReportingStart a free 30-day trial

Represents an arrow shape.

Definition

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)
Parameters:angledouble

A double value specifying the angle of rotation of the shape in degrees.

roundingint

An 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()
Returns:

object

Overrides: ShapeBase.Clone()

Creates the raw shape.

C#
protected override void CreateRawShape()

Overrides: RoundedCornerShape.CreateRawShape()

Returns a human-readable representation ot this ArrowShape.

C#
public override string ToString()
Returns:

string

A human-readable representation ot this ArrowShape.

Overrides: object.ToString()