Word.ShapeScaleFrom enum
Specifies which part of the shape retains its position when the shape is scaled.
Remarks
[ API set: WordApiDesktop 1.2 ]
Fields
| scaleFromBottomRight = "ScaleFromBottomRight" | Scale from the bottom right corner of the shape. |
| scaleFromMiddle = "ScaleFromMiddle" | Scale from the center of the shape. |
| scaleFromTopLeft = "ScaleFromTopLeft" | Scale from the top left corner of the shape. |