ClassCrossShape
Represents an cross shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(CrossShapeConverter))]
public class CrossShape : RoundedCornerShape
Inheritance: objectShapeBaseRoundedCornerShapeCrossShape
Inherited Members
Constructors
CrossShape()
Initializes a new instance of the CrossShape with zero angle of rotation.
Declaration
public CrossShape()
CrossShape(double, int)
Initializes a new instance of the CrossShape with the specified angle of rotation in degrees.
Declaration
public CrossShape(double angle, int rounding)
Parameters
angle
double
A double value specifying the angle of rotation of the shape in degrees.
rounding
int
An int value between 0 and 100 specifying the rounding of the edges in percent.
Methods
Clone()
Internal use only
Declaration
public override object Clone()
Returns
object
Overrides
CreateRawShape()
Creates the raw shape.
Declaration
protected override void CreateRawShape()
Overrides
ToString()
Returns a human-readable representation ot this CrossShape.
Declaration
public override string ToString()
Returns
string
A human-readable representation ot this CrossShape.
Overrides