asposediagram.api

Class VerticalAlignValue

Utility class containing constants. Specifies the vertical alignment of text within the text block.

Field Summary
const  intTOP
Top.
const  intMIDDLE
Middle.
const  intBOTTOM
Bottom.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • TOP

        const int TOP
        Top.
      • MIDDLE

        const int MIDDLE
        Middle.
      • BOTTOM

        const int BOTTOM
        Bottom.
      • UNDEFINED

        const int UNDEFINED
        Undefined.