asposediagram.api

Class SelectModeValue

Utility class containing constants. Specifies how the user selects a group shape and its members.

Field Summary
const  intGROUP_SHAPE_ONLY
Select the group shape only.
const  intGROUP_SHAPE_FIRST
Select the group shape first.
const  intMEMBERS_GROUP_FIRST
Select the members of the group first.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • GROUP_SHAPE_ONLY

        const int GROUP_SHAPE_ONLY
        Select the group shape only.
      • GROUP_SHAPE_FIRST

        const int GROUP_SHAPE_FIRST
        Select the group shape first.
      • MEMBERS_GROUP_FIRST

        const int MEMBERS_GROUP_FIRST
        Select the members of the group first.
      • UNDEFINED

        const int UNDEFINED
        Undefined.