Click or drag to resize

GlueTypeValue Enumeration

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

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum GlueTypeValue
Members
  Member nameValueDescription
AllowDynamicGlueForDynamicConnector0 Default. Allow dynamic glue for the dynamic connector only; otherwise, use static glue.
AllowDynamicGlue20021 Allow dynamic glue (obsolete in Microsoft Visio 2002).
AllowDynamicGlue2 Allow dynamic glue.
NoAllowDynamicGlue4 Do not allow dynamic glue.
NoAllow2DShape8 Do not allow this 2-D shape to be connected to using dynamic glue.
Undefined-2147483648 Undefined.
See Also