VisLayoutDirection Enumeration
Specifies constants that define the layout directions for a diagram or selection; passed to the ContainerProperties.RotateFlipList and Selection.LayoutChangeDirection methods.
Version Information
Version Added: Visio 2010
Name |
Value |
Description |
---|---|---|
visLayoutDirRotateRight |
0 |
Rotates the diagram or selection 90 degrees clockwise. |
visLayoutDirRotateLeft |
1 |
Rotates the diagram or selection 90 degrees counter-clockwise. |
visLayoutDirFlipVert |
2 |
Flips the diagram or selection vertically. |
visLayoutDirFlipHorz |
3 |
Flips the diagram or selection horizontally. |