Click or drag to resize

PinPosValue Enumeration

Specifies the pin position for the shape.

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum PinPosValue
Members
  Member nameValueDescription
TopLeft0 left-top
TopCenter1 top-center
TopRight2 top-right
CenterLeft3 center-left.
CenterCenter4 center-center
CenterRight5 center-right
BottomLeft6 bottom-left.
BottomCenter7 bottom-center
BottomRight8 bottom-right
Undefined-2147483648 Undefined.
See Also