asposediagram.api

Class ResizeModeValue

Utility class containing constants. Specifies the current resize behavior setting for the shape when contained in a group.

Field Summary
const  intUSE_GROUP_SETTING
Use group's setting
const  intREPOSITION_ONLY
Reposition only.
const  intSCALE_WITH_GROUP
Scale with group.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • USE_GROUP_SETTING

        const int USE_GROUP_SETTING
        Use group's setting
      • REPOSITION_ONLY

        const int REPOSITION_ONLY
        Reposition only.
      • SCALE_WITH_GROUP

        const int SCALE_WITH_GROUP
        Scale with group.
      • UNDEFINED

        const int UNDEFINED
        Undefined.