ClassShape
Class
Represents a shape report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[ToolboxBitmap(typeof(Shape), "Resources.Shape.bmp")]
public class Shape : ShapeItemBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemShapeItemBaseShape
Implements:
Inherited Members
Constructors
Shape()
Declaration
cs-api-definition
public Shape()
Properties
Angle
Gets or sets the angle of rotation of the shape in degrees.
Declaration
cs-api-definition
public double Angle { get; set; }
Property Value
double
A double value indicating the angle of rotation in degrees.
Stretch
Gets or sets a value indicating whether to stretch the shape in the item or not.
Declaration
cs-api-definition
public bool Stretch { get; set; }
Property Value
bool
true if the shape should be stretched; otherwise false.
Methods
SetAdditionalShapeProperties(ShapeBase)
TODO: Add documentation.
Declaration
cs-api-definition
protected override void SetAdditionalShapeProperties(ShapeBase shape)
Parameters
shape
Overrides