asposediagram.api

Class WindowStateValue

Utility class containing constants. An integer specifying bit flags. This attribute can be a sum of the following values.

Field Summary
const  intRESTORED
Restored.
const  intMAXIMIZED
Maximized.
const  intMINIMIZED
Minimized.
const  intDOCKED_LEFT
Docked left.
const  intDOCKED_TOP
Docked top.
const  intDOCKED_RIGHT
Docked right.
const  intDOCKED_BOTTOM
Docked bottom.
const  intDOUBLEING
Doubleing.
const  intANCHOR_LEFT
Anchor left.
const  intANCHOR_TOP
Anchor top.
const  intANCHOR_RIGHT
Anchor right.
const  intANCHOR_BOTTOM
Anchor bottom.
const  intANCHOR_MERGED
Anchor merged.
const  intACTIVE
Active.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • RESTORED

        const int RESTORED
        Restored.
      • MAXIMIZED

        const int MAXIMIZED
        Maximized.
      • MINIMIZED

        const int MINIMIZED
        Minimized.
      • DOCKED_LEFT

        const int DOCKED_LEFT
        Docked left.
      • DOCKED_TOP

        const int DOCKED_TOP
        Docked top.
      • DOCKED_RIGHT

        const int DOCKED_RIGHT
        Docked right.
      • DOCKED_BOTTOM

        const int DOCKED_BOTTOM
        Docked bottom.
      • DOUBLEING

        const int DOUBLEING
        Doubleing.
      • ANCHOR_LEFT

        const int ANCHOR_LEFT
        Anchor left.
      • ANCHOR_TOP

        const int ANCHOR_TOP
        Anchor top.
      • ANCHOR_RIGHT

        const int ANCHOR_RIGHT
        Anchor right.
      • ANCHOR_BOTTOM

        const int ANCHOR_BOTTOM
        Anchor bottom.
      • ANCHOR_MERGED

        const int ANCHOR_MERGED
        Anchor merged.
      • ACTIVE

        const int ACTIVE
        Active.
      • UNDEFINED

        const int UNDEFINED
        Undefined.