MsoScaleFrom Enumeration

Specifies which part of the shape retains its position when the shape is scaled.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoScaleFrom
'Usage
Dim instance As MsoScaleFrom
public enum MsoScaleFrom

Members

Member name Description
msoScaleFromTopLeft Shape's top left corner retains its position.
msoScaleFromMiddle Shape's midpoint retains its position.
msoScaleFromBottomRight Shape's bottom right corner retains its position.

See Also

Reference

Microsoft.Office.Core Namespace