asposediagram.api

Class YJustifyValue

Utility class containing constants. Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.

Field Summary
const  intTOP_JUSTIFIED
Top justified (the default).
const  intCENTERED
Centered.
const  intBOTTOM_JUSTIFIED
Bottom justified.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • TOP_JUSTIFIED

        const int TOP_JUSTIFIED
        Top justified (the default).
      • CENTERED

        const int CENTERED
        Centered.
      • BOTTOM_JUSTIFIED

        const int BOTTOM_JUSTIFIED
        Bottom justified.
      • UNDEFINED

        const int UNDEFINED
        Undefined.