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
Rounded
Declaration
protected RoundedCornerShape(double startAngle, int rounding)
Parameters
System.
|
System. An int value between 0 and 100 specifying the rounding of the edges in percentage. |
Properties
Rounding
Gets or sets the rounding factor for the shape.
Declaration
public int Rounding { get; set; }
Property Value
System. 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()