IdxRichEditShape.ScaleX Property
Specifies the scale factor applied to the floating shape’s original width.
Declaration
property ScaleX: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Use this property to stretch or shrink the floating picture or text box horizontally. The shape’s on-screen width (in the parent document’s measurement units) is the product of this property value and the OriginalSize.Width field value.
The default ScaleX property valule is 1.
See Also