IconSize property

Microsoft Visio Developer Reference

IconSize property

   Example   

Gets or sets the size of a master icon.

Version added

2.0

Syntax

intRet = object.IconSize
object.IconSize = newSize

intRet

The current size of the master icon.

object

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

newSize

The new size for the master icon.

Remarks

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

Constant

Value

visNormal

1

visTall

2

visWide

3

visDouble

4