asposediagram.api

Class XJustifyValue

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

Field Summary
const  intLEFT_JUSTIFIED
Left justified (the default).
const  intCENTERED
Centered.
const  intRIGHT_JUSTIFIED
Right justified.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • LEFT_JUSTIFIED

        const int LEFT_JUSTIFIED
        Left justified (the default).
      • CENTERED

        const int CENTERED
        Centered.
      • RIGHT_JUSTIFIED

        const int RIGHT_JUSTIFIED
        Right justified.
      • UNDEFINED

        const int UNDEFINED
        Undefined.