Class RoundedCornerShape
Represents shape with rounded corners.
Inherited Members
Namespace: Telerik.Reporting.Drawing.Shapes
Assembly: Telerik.Reporting.dll
Syntax
public abstract class RoundedCornerShape : ShapeBase, IEnumerable<IShapeSegment>, IEnumerable, ICloneable
Constructors
RoundedCornerShape(Double, Int32)
Initializes a new instance of the RoundedCornerShape class with the specified angle of rotation and corner rounding.
Declaration
protected RoundedCornerShape(double startAngle, int rounding)
Parameters
|
System.Double
startAngle
A |
|
System.Int32
rounding
An |
Properties
Rounding
Gets or sets the rounding factor for the shape.
Declaration
public int Rounding { get; set; }
Property Value
|
System.Int32
A double value between 0 and 100 specifying the rounding factor of the shape in percentage. 0 means no rounding, 100 means full rounding. |
Methods
CreateRawShape()
When overridden this method should create shape that will be rounded using the RoundVertexOp operator.
Declaration
protected abstract void CreateRawShape()
CreateShape()
Creates the shape.
Declaration
protected override void CreateShape()