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
Declaration
protected override SizeU DefaultSize { get; }
Property Value
Overrides
ShapeType
Gets or sets the type of the shape displayed in the item.
Declaration
public virtual ShapeBase ShapeType { get; set; }
Property Value
Methods
GetShapeType()
SetAdditionalShapeProperties(ShapeBase)
Declaration
protected virtual void SetAdditionalShapeProperties(ShapeBase shape)
Parameters
Shape
|
UpdateShape()
Declaration
protected virtual void UpdateShape()