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)
Syntaxpublic enum GlueTypeValue
Public Enumeration GlueTypeValue
public enum class GlueTypeValue
Members
| Member 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