Y Justify Cell (Action Tags Section)

The y -offset of the action tag button relative to the point defined by the X and Y cells.

Note

In previous versions of Microsoft Visio, action tags are called smart tags.

Value Description Automation constant
0
Top justified (the default). visSmartTagYJustifyTop
1
Centered. visSmartTagYJustifyMiddle
2
Bottom justified. visSmartTagYJustifyBottom

Remarks

The X Justify and Y Justify cells determine where the action tag button is placed in relation to the point defined in the X and Y cells.

To get a reference to the Y Justify cell by name from another formula, or from a program using the CellsU property, use:

Value
Cell name:
SmartTags. name .YJustify where SmartTags. name is the name of the action tag row.

To get a reference to the Y Justify cell by index from a program, use the CellsSRC property with the following arguments:

Value
Section index:
visSectionSmartTag
Row index:
visRowSmartTag + i where i = 0, 1, 2...
Cell index:
visSmartTagYJustify