asposediagram.api

Class PinPosValue

Utility class containing constants. Specifies the pin position for the shape.

Field Summary
const  intTOP_LEFT
left-top
const  intTOP_CENTER
top-center
const  intTOP_RIGHT
top-right
const  intCENTER_LEFT
center-left.
const  intCENTER_CENTER
center-center
const  intCENTER_RIGHT
center-right
const  intBOTTOM_LEFT
bottom-left.
const  intBOTTOM_CENTER
bottom-center
const  intBOTTOM_RIGHT
bottom-right
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • TOP_LEFT

        const int TOP_LEFT
        left-top
      • TOP_CENTER

        const int TOP_CENTER
        top-center
      • TOP_RIGHT

        const int TOP_RIGHT
        top-right
      • CENTER_LEFT

        const int CENTER_LEFT
        center-left.
      • CENTER_CENTER

        const int CENTER_CENTER
        center-center
      • CENTER_RIGHT

        const int CENTER_RIGHT
        center-right
      • BOTTOM_LEFT

        const int BOTTOM_LEFT
        bottom-left.
      • BOTTOM_CENTER

        const int BOTTOM_CENTER
        bottom-center
      • BOTTOM_RIGHT

        const int BOTTOM_RIGHT
        bottom-right
      • UNDEFINED

        const int UNDEFINED
        Undefined.