IdxRichEditShape.Size Property
In This Article
Specifies the floating shape’s on-screen dimensions in the parent document’s measurement units.
#Declaration
Delphi
property Size: TdxSizeF read; write;
#Property Value
Type |
---|
Tdx |
#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