IdxRichEditShape.ScaleY Property
Specifies the scale factor applied to the floating shape’s original height.
Declaration
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