Transparency Cell (Image Properties Section) [Visio 2003 SDK Documentation]

Determines the transparency level for a layer color.

Value Description

0 - 100

Represents the percentage of transparency. The default is 0% (completely opaque).

Remarks

Values are rounded to the nearest half percent. A value of 100% is completely transparent. Although a layer with completely transparent color appears the same as a layer with no color on the drawing page, it will interact with other objects on the page in the same ways as if its transparency is 0%. You can also set this value using the slider control in the Layer Properties dialog box (click Layer properties on the View menu).

To reference the Transparency cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Transparency

To reference the Transparency cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionObject

Row index:

visRowImage

Cell index:

visImageTransparency