asposediagram.api

Class ShapePlowCodeValue

Utility class containing constants. Specifies whether a placeable shape moves away when you drag another placeable shape near the shape on the drawing page.

Field Summary
const  intUSE_PAGE_DEFAULT
Use page default.
const  intNOMOVE_SHAPE
Do not move shape.
const  intMOVE_SHAPE
Move shape.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • USE_PAGE_DEFAULT

        const int USE_PAGE_DEFAULT
        Use page default.
      • NOMOVE_SHAPE

        const int NOMOVE_SHAPE
        Do not move shape.
      • MOVE_SHAPE

        const int MOVE_SHAPE
        Move shape.
      • UNDEFINED

        const int UNDEFINED
        Undefined.