Click or drag to resize

ShapeFixedCodeValue Enumeration

Specifies placement behavior for a placeable shape.

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum ShapeFixedCodeValue
Members
  Member nameValueDescription
NoMoveUsingLayOutShapes1 Don't move this shape when using the Lay Out Shapes command in Microsoft Visio.
NoMoveAndNoAllowShapesPlaced2 Don't move this shape and do not allow other placeable shapes to be placed on it.
NoMoveAllowShapesPlaced4 Don't move this shape but do allow other placeable shapes to be placed on it.
IgnoreConnectionPoint32 Ignore connection point locations when being routed to.
AllowRoutingToSidesWithConnectionPoints64 Only allow routing to sides with connection points.
NoGlueToPerimeter128 Don't glue to the perimeter of this shape. Glue to the shape's alignment box instead.
Undefined-2147483648 Undefined.
See Also