Class ShapeItemBase
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ShapeItemBase : ReportItem, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable
Constructors
ShapeItemBase()
Declaration
protected ShapeItemBase()
Properties
DefaultSize
ShapeType
Gets or sets the type of the shape displayed in the item.
Declaration
public virtual ShapeBase ShapeType { get; set; }
Property Value
ShapeBase
A ShapeBase object representing the type of the shape displayed in the item. |
Methods
GetShapeType()
SetAdditionalShapeProperties(ShapeBase)
Declaration
protected virtual void SetAdditionalShapeProperties(ShapeBase shape)
Parameters
ShapeBase
shape
|
UpdateShape()
Declaration
protected virtual void UpdateShape()