MsoAlignCmd 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.
Defines how to align specified objects relative to one another.
public enum class MsoAlignCmd
public enum MsoAlignCmd
type MsoAlignCmd =
Public Enum MsoAlignCmd
- Inheritance
-
MsoAlignCmd
Fields
Name | Value | Description |
---|---|---|
msoAlignLefts | 0 | Align left sides of specified objects. |
msoAlignCenters | 1 | Align centers of specified objects. |
msoAlignRights | 2 | Align right sides of specified objects. |
msoAlignTops | 3 | Align tops of specified objects. |
msoAlignMiddles | 4 | Align middles of specified objects. |
msoAlignBottoms | 5 | Align bottoms of specified objects. |