PinPosValue

PinPosValue enumeration

Specifies the pin position for the shape.

public enum PinPosValue

Values

Name Value Description
TopLeft 0 left-top
TopCenter 1 top-center
TopRight 2 top-right
CenterLeft 3 center-left.
CenterCenter 4 center-center
CenterRight 5 center-right
BottomLeft 6 bottom-left.
BottomCenter 7 bottom-center
BottomRight 8 bottom-right
Undefined -2147483648 Undefined.

See Also