Enum ShapeFixedCodeValue

ShapeFixedCodeValue enumeration

Specifies placement behavior for a placeable shape.

public enum ShapeFixedCodeValue

Values

NameValueDescription
NoMoveUsingLayOutShapes1Don’t move this shape when using the Lay Out Shapes command in Microsoft Visio.
NoMoveAndNoAllowShapesPlaced2Don’t move this shape and do not allow other placeable shapes to be placed on it.
NoMoveAllowShapesPlaced4Don’t move this shape but do allow other placeable shapes to be placed on it.
IgnoreConnectionPoint32Ignore connection point locations when being routed to.
AllowRoutingToSidesWithConnectionPoints64Only allow routing to sides with connection points.
NoGlueToPerimeter128Don’t glue to the perimeter of this shape. Glue to the shape’s alignment box instead.
Undefined-2147483648Undefined.

See Also