CrossShape
Class
Represents an cross shape.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(CrossShapeConverter))]
public class CrossShape : RoundedCornerShape
Inheritance: objectShapeBaseRoundedCornerShapeCrossShape
Inherited Members
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)
A double value specifying the angle of rotation of the shape in degrees.
roundingintAn 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()
object
Overrides:
Creates the raw shape.
C#
protected override void CreateRawShape()
Overrides:
ToString()
string
Returns a human-readable representation ot this CrossShape.
C#
public override string ToString()
string
A human-readable representation ot this CrossShape.
Overrides: