VisMemberAddOptions Enumeration
Specifies whether to expand the container to accomodate the new member(s) or to resize it automatically according to the default settings; constants passed to the ContainerProperties.AddMember method.
Version Information
Version Added: Visio 2010
Name |
Value |
Description |
---|---|---|
visMemberAddUseResizeSetting |
0 |
Defer to the setting of the ContainerProperties.ResizeAsNeeded property. |
visMemberAddExpandContainer |
1 |
Expand the container to fit the incoming shape(s). |
visMemberAddDoNotExpand |
2 |
Do not expand the container to fit the incoming shape(s). |