Share via


IconSize Property [Visio 2003 SDK Documentation]

Gets or sets the size of a master icon.

intRet = object**.IconSize**

object**.IconSize***= newSize*

intRet     Integer. The current size of the master icon.

object     Required. An expression that returns a Master or MasterShortcut object.

newSize     Required Integer. The new size for the master icon.

Version added

2.0

Remarks

The following constants declared by the Visio type library in VisMasterProperties show the possible values for the IconSize property.

Constant Value

visNormal

1

visTall

2

visWide

3

visDouble

4

Applies to | Master object | MasterShortcut object

See Also | IconUpdate property