VisLayoutHorzAlignType Enumeration
Specifies constants that define the different ways to incrementally align a shape horizontally; passed to the Page.LayoutIncremental and Selection.LayoutIncremental methods.
Version Information
Version Added: Visio 2010
Name |
Value |
Description |
---|---|---|
visLayoutHorzAlignNone |
0 |
Do not align horizontally. |
visLayoutHorzAlignDefault |
1 |
Let Visio choose how to align horizontally. |
visLayoutHorzAlignLeft |
2 |
Align the left edges of the shapes. |
visLayoutHorzAlignCenter |
3 |
Align the centers of the shapes. |
visLayoutHorzAlignRight |
4 |
Align the right edges of the shapes. |