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)
Syntaxpublic enum ShapeFixedCodeValue
Public Enumeration ShapeFixedCodeValue
public enum class ShapeFixedCodeValue
Members
| Member name | Value | Description |
---|
| NoMoveUsingLayOutShapes | 1 |
Don't move this shape when using the Lay Out Shapes command in Microsoft Visio.
|
| NoMoveAndNoAllowShapesPlaced | 2 |
Don't move this shape and do not allow other placeable shapes to be placed on it.
|
| NoMoveAllowShapesPlaced | 4 |
Don't move this shape but do allow other placeable shapes to be placed on it.
|
| IgnoreConnectionPoint | 32 |
Ignore connection point locations when being routed to.
|
| AllowRoutingToSidesWithConnectionPoints | 64 |
Only allow routing to sides with connection points.
|
| NoGlueToPerimeter | 128 |
Don't glue to the perimeter of this shape. Glue to the shape's alignment box instead.
|
| Undefined | -2147483648 |
Undefined.
|
See Also