Share via


VisGraphicPositionVertical Constants

Visio Automation Reference

Constants passed to and returned by the GraphicItem.VerticalPosition property. Used to determine the vertical position of a graphic item relative to its container or to a shape.

Aa342217.vs_note(en-us,office.12).gif  Note
This Visio object or member is available only to licensed users of Microsoft Office Visio Professional 2007.
Name Value Description
visGraphicBelow 0 The top edge of the graphic item's alignment box is aligned with the bottom edge of the shape or container's alignment box.
visGraphicBottomEdge 1 The horizontal centerline of the graphic item's alignment box is aligned with the bottom edge of the shape or container's alignment box.
visGraphicBottom 2 The bottom edge of the graphic item's alignment box is aligned with the bottom edge of the shape or container's alignment box.
visGraphicMiddle 3 The horizontal centerline of the graphic item's alignment box is aligned with the horizontal centerline of the shape or container's alignment box.
visGraphicTop 4 The top edge of the graphic item's alignment box is aligned with the top edge of the shape or container's alignment box.
visGraphicTopEdge 5 The horizontal centerline of the graphic item's alignment box is aligned with the top edge of the shape or container's alignment box.
visGraphicAbove 6 The bottom edge of the graphic item's alignment box is aligned with the top edge of the shape or container's alignment box.