TRVReportShapeProperties.MiddlePercent

<< Click to display table of contents >>

TRVReportShapeProperties.MiddlePercent

Allows to calculate the radius of an internal circle for the shape.

property MiddlePercent: Integer;

If the radius of an external circle is R, the radius of an internal circle is (R * MiddlePercent) / 100.

Value of this property must be in range 0..99.

The meaning of this property depends on the shape type (Shape)

Some shapes (regular polygons) ignore this property. Meaning of this property for other shapes is described in TRVReportShape.

Default value

50