Back to Devexpress

IdxRichEditShape.ScaleX Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditshape-866994cf.md

latest1.2 KB
Original Source

IdxRichEditShape.ScaleX Property

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

Declaration

delphi
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

IdxRichEditShape.ScaleY

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit