VisLayoutHorzAlignType enumeration (Visio)
Specifies constants that define the different ways to incrementally align a shape horizontally; passed to the Page.LayoutIncremental and Selection.LayoutIncremental methods.
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. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.