asposediagram.api

Class AlignNameValue

Utility class containing constants. Optional int. Specifies whether the master's text in the stencil window is aligned left, right, or center.

Field Summary
const  intALIGN_TEXT_LEFT
Align text left.
const  intALIGN_TEXT_CENTER
Align text center.
const  intALIGN_TEXT_RIGHT
Align text right.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • ALIGN_TEXT_LEFT

        const int ALIGN_TEXT_LEFT
        Align text left.
      • ALIGN_TEXT_CENTER

        const int ALIGN_TEXT_CENTER
        Align text center.
      • ALIGN_TEXT_RIGHT

        const int ALIGN_TEXT_RIGHT
        Align text right.
      • UNDEFINED

        const int UNDEFINED
        Undefined.