Enum PlaceFlipValue

PlaceFlipValue enumeration

Specifies how placeable shapes flip and/or rotate on a page when shapes are laid out using the Lay Out Shapes command in Microsoft Visio. The following hexadecimal values are allowed.

public enum PlaceFlipValue

Values

NameValueDescription
DefaultNoFlip0Default. Do not flip.
FlipHorizontal1Flip horizontal.
FlipVertical2Flip vertical.
Flip90Increments3Flip in 90-degree increments.
NoFlip4No flip.
Undefined-2147483648Undefined.

See Also