asposediagram.api

Class RectangleAlignmentType

Utility class containing constants. Represents how to position two rectangles relative to each other.

Field Summary
const  intBOTTOM
Bottom
const  intBOTTOM_LEFT
BottomLeft
const  intBOTTOM_RIGHT
BottomRight
const  intCENTER
Center
const  intLEFT
Left
const  intRIGHT
Right
const  intTOP
Top
const  intTOP_LEFT
TopLeft
const  intTOP_RIGHT
TopRight
 

    • Field Detail

      • BOTTOM

        const int BOTTOM
        Bottom
      • BOTTOM_LEFT

        const int BOTTOM_LEFT
        BottomLeft
      • BOTTOM_RIGHT

        const int BOTTOM_RIGHT
        BottomRight
      • CENTER

        const int CENTER
        Center
      • LEFT

        const int LEFT
        Left
      • RIGHT

        const int RIGHT
        Right
      • TOP

        const int TOP
        Top
      • TOP_LEFT

        const int TOP_LEFT
        TopLeft
      • TOP_RIGHT

        const int TOP_RIGHT
        TopRight