Back to Devexpress

IdxRichEditShape.ScaleY Property

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

latest1.2 KB
Original Source

IdxRichEditShape.ScaleY Property

Specifies the scale factor applied to the floating shape’s original height.

Declaration

delphi
property ScaleY: Single read; write;

Property Value

Type
Single

Remarks

Use this property to stretch or shrink the floating picture or text box vertically. The shape’s on-screen height (in the parent document’s measurement units) is the product of this property value and the OriginalSize. Width field value.

The default ScaleY property value is 1.

See Also

IdxRichEditShape.ScaleX

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit