Class Shape
Represents a shape report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class Shape : ShapeItemBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ISupportsRotation
Constructors
Shape()
Declaration
public Shape()
Properties
Angle
Gets or sets the angle of rotation of the shape in degrees.
Declaration
public double Angle { get; set; }
Property Value
System.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
public bool Stretch { get; set; }
Property Value
System.Boolean
true if the shape should be stretched; otherwise false. |
Methods
SetAdditionalShapeProperties(ShapeBase)
Declaration
protected override void SetAdditionalShapeProperties(ShapeBase shape)
Parameters
ShapeBase
shape
|