TRVShape.EqualSides

<< Click to display table of contents >>

TRVShape.EqualSides

Specifies whether the shape has the same width and height.

property EqualSides: Boolean;

If False, the shape is drawn in the rectangle Width × Height.

If True, the shape is drawn in the square having the side min(Width, Height).

Default value

True