New to Telerik ReportingStart a free 30-day trial

Represents an cross shape.

Definition

Constructors

Initializes a new instance of the CrossShape with zero angle of rotation.

C#
public CrossShape()

Initializes a new instance of the CrossShape with the specified angle of rotation in degrees.

C#
public CrossShape(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

Internal use only

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 CrossShape.

C#
public override string ToString()
Returns:

string

A human-readable representation ot this CrossShape.

Overrides: object.ToString()