Share via


Master.IconSize Property

Visio Automation Reference

Gets or sets the size of a master icon. Read/write.

Version Information
 Version Added:  Visio 2.0

Syntax

expression.IconSize

expression   A variable that represents a Master object.

Return Value
Integer

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

See Also