MsoScaleFrom Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies which part of the shape retains its position when the shape is scaled.
public enum class MsoScaleFrom
public enum MsoScaleFrom
type MsoScaleFrom =
Public Enum MsoScaleFrom
- Inheritance
-
MsoScaleFrom
Fields
Name | Value | Description |
---|---|---|
msoScaleFromTopLeft | 0 | Shape's top left corner retains its position. |
msoScaleFromMiddle | 1 | Shape's midpoint retains its position. |
msoScaleFromBottomRight | 2 | Shape's bottom right corner retains its position. |