VisLayoutVertAlignType Enumeration
Specifies constants that define the different ways to incrementally align a shape vertically; passed to the Page.LayoutIncremental and Selection.LayoutIncremental methods.
Version Information
Version Added: Visio 2010
Name |
Value |
Description |
---|---|---|
visLayoutVertAlignNone |
0 |
Do not align vertically. |
visLayoutVertAlignDefault |
1 |
Let Visio choose how to align vertically. |
visLayoutVertAlignTop |
2 |
Align the top edges of the shapes. |
visLayoutVertAlignMiddle |
3 |
Align the middles of the shapes. |
visLayoutVertAlignBottom |
4 |
Align the bottom edges of the shapes. |