VisListDirection Enumeration
Specifies constants that identify the list direction; passed to and returned by the ContainerProperties.ListDirection property.
Version Information
Version Added: Visio 2010
Name |
Value |
Description |
---|---|---|
visListDirLeftToRight |
0 |
Shapes are arranged horizontally, from left to right. |
visListDirRightToLeft |
1 |
Shapes are arranged horizontally, from right to left. |
visListDirTopToBottom |
2 |
Shapes are arranged vertically, from top to bottom. |
visListDirBottomToTop |
3 |
Shapes are arranged vertically, from bottom to top. |