ShapeFixedCodeValue

ShapeFixedCodeValue enumeration

Specifies placement behavior for a placeable shape.

public enum ShapeFixedCodeValue

Values

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