Back to Devexpress

IdxRichEditShape.Size Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditshape-e838c106.md

latest1.2 KB
Original Source

IdxRichEditShape.Size Property

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
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

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit