TRVShapeItemInfo

Properties

<< Click to display table of contents >>

TRVShapeItemInfo

Properties

A class of objects in TRichView documents: a geometric shape.

This object is not related to reporting, it simply reuses shape drawing functions implemented for value visualizers.

Unit RVReportShapeItem;

Syntax

TRVShapeItemInfo = class (TRVRectItemInfo)

hmtoggle_arrow1Hierarchy

Description

This object can draw shapes such as polygons, stars, emoticons, flags.

The shape is defined ShapeProperties. Its size is specified in Width and Height and EqualSides properties.

The shape is colored using Color, StartColor, GradientType, Opacity properties. It is outlined using LineColor, LineWidth, LineUsesFillColor properties.

The object background is filled using BackgroundColor and BackgroundOpacity properties.

The StyleNo of this item is rvsShape (-211).

See also

TRVShape component