IdxRichEditShape.Size Property
Specifies the floating shape’s on-screen dimensions in the parent document’s measurement units.
Declaration
property Size: TdxSizeF read; write;
Property Value
Type |
---|
TdxSizeF |
Remarks
You can use the Size.Width and Size.Height fields to stretch or shrink the floating shape horizontally and/or vertically. These field values are products of the ScaleX and ScaleY property values and the corresponding original unchangeable dimensions of the floating picture or text box.
See Also