Enum GlueTypeValue

GlueTypeValue enumeration

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

public enum GlueTypeValue

Values

NameValueDescription
AllowDynamicGlueForDynamicConnector0Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
AllowDynamicGlue20021Allow dynamic glue (obsolete in Microsoft Visio 2002).
AllowDynamicGlue2Allow dynamic glue.
NoAllowDynamicGlue4Do not allow dynamic glue.
NoAllow2DShape8Do not allow this 2-D shape to be connected to using dynamic glue.
Undefined-2147483648Undefined.

See Also