Click or drag to resize

GlueSettings Enumeration

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
Members
  Member nameValueDescription
None0 Glue is enabled, but no other glue settings are enabled.
Guides1 Glue to guides.
Handles2 Glue to handles.
Vertices4 Glue to vertices.
ConnectionPoints8 Glue to connection points.
Geometry32 Glue to geometry.
Disabled32768 Glue is disabled
Undefined-2147483648 Undefined.
See Also