RoundedCornerShape
Represents shape with rounded corners.
Definition
Namespace:Telerik.Reporting.Drawing.Shapes
Assembly:Telerik.Reporting.dll
Syntax:
public abstract class RoundedCornerShape : ShapeBase
Inheritance: objectShapeBaseRoundedCornerShape
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RoundedCornerShape class with the specified angle of rotation and corner rounding.
protected RoundedCornerShape(double startAngle, int rounding)
A double value specifying the angle of rotation of the shape in degrees.
An int value between 0 and 100 specifying the rounding of the corners as a percentage.
Properties
Rounding
int
Gets or sets the rounding factor for the shape.
public int Rounding { get; set; }
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
When overridden this method should create shape that will be rounded using the RoundVertexOp operator.
protected abstract void CreateRawShape()
Creates the shape.
protected override void CreateShape()
Overrides: