New to Telerik ReportingStart a free 30-day trial

TODO: Add documentation.

Definition

Constructors

C#
protected ShapeItemBase()

Properties

TODO: Add documentation.

C#
protected override SizeU DefaultSize { get; }

Overrides: ReportItem.DefaultSize

Gets or sets the type of the shape displayed in the item.

C#
public virtual ShapeBase ShapeType { get; set; }
Property Value:

A ShapeBase object representing the type of the shape displayed in the item.

Methods

TODO: Add documentation.

C#
protected virtual ShapeBase GetShapeType()
Returns:

ShapeBase

TODO: Add documentation.

C#
protected virtual void SetAdditionalShapeProperties(ShapeBase shape)
Parameters:shapeShapeBase

TODO: Add documentation.

C#
protected virtual void UpdateShape()