GlueTypeValue

GlueTypeValue enumeration

Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape.

public enum GlueTypeValue

Values

Name Value Description
AllowDynamicGlueForDynamicConnector 0 Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
AllowDynamicGlue2002 1 Allow dynamic glue (obsolete in Microsoft Visio 2002).
AllowDynamicGlue 2 Allow dynamic glue.
NoAllowDynamicGlue 4 Do not allow dynamic glue.
NoAllow2DShape 8 Do not allow this 2-D shape to be connected to using dynamic glue.
Undefined -2147483648 Undefined.

See Also