<< Click to display table of contents >> TRVShapeItemInfo.EqualSides |
Specifies whether the shape has the same width and height.
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).
Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation (rveipcEqualSides).
Default value
True