Reporting

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

Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public CrossShape(
	double angle,
	int rounding
)
Visual Basic
Public Sub New ( _
	angle As Double, _
	rounding As Integer _
)

Parameters

angle
Type: System..::..Double
A double value specifying the angle of rotation of the shape in degrees.
rounding
Type: System..::..Int32
An int value between 0 and 100 specifying the rounding of the edges in percent.

See Also