The bit values indicate that a specific glue setting is on or off. The value may be a sum of the values:
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax[FlagsAttribute]
public enum GlueSettings
<FlagsAttribute>
Public Enumeration GlueSettings
[FlagsAttribute]
public enum class GlueSettings
[<FlagsAttribute>]
type GlueSettings
Members
| Member name | Value | Description |
---|
| None | 0 |
Glue is enabled, but no other glue settings are enabled.
|
| Guides | 1 |
Glue to guides.
|
| Handles | 2 |
Glue to handles.
|
| Vertices | 4 |
Glue to vertices.
|
| ConnectionPoints | 8 |
Glue to connection points.
|
| Geometry | 32 |
Glue to geometry.
|
| Disabled | 32768 |
Glue is disabled
|
| Undefined | -2147483648 |
Undefined.
|
See Also