asposediagram.api

Class TextDirectionValue

Utility class containing constants. Specifies the direction of the characters in a text block.

Field Summary
const  intHORIZONTAL
Horizontal.
const  intVERTICAL
Vertical.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • HORIZONTAL

        const int HORIZONTAL
        Horizontal.
      • VERTICAL

        const int VERTICAL
        Vertical.
      • UNDEFINED

        const int UNDEFINED
        Undefined.