asposediagram.api

Contains elements that control how you add shapes to a group, move members of a group, and select groups.

Property Getters/Setters Summary
methodgetDel()
method
setDel(value)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
methodgetDisplayMode()
method
           When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
methodgetDontMoveChildren()
method
           Specifies whether you can drag shapes in a group by using the mouse.
methodisDropTarget()
method
           Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
methodisSnapTarget()
method
           Specifies whether snapping to a group or to shapes within the group is enabled.
methodisTextEditTarget()
method
           Specifies how to assign text to a group.
methodgetSelectMode()
method
           Specifies how the user selects a group shape and its members.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / setDel(value)
        
        A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
      • getSelectMode/setSelectMode : SelectMode 

        SelectMode getSelectMode() / setSelectMode(value)
        
        Specifies how the user selects a group shape and its members.
      • getDisplayMode/setDisplayMode : DisplayMode 

        DisplayMode getDisplayMode() / setDisplayMode(value)
        
        When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
      • isDropTarget/setDropTarget : BoolValue 

        BoolValue isDropTarget() / setDropTarget(value)
        
        Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
      • isSnapTarget/setSnapTarget : BoolValue 

        BoolValue isSnapTarget() / setSnapTarget(value)
        
        Specifies whether snapping to a group or to shapes within the group is enabled.
      • isTextEditTarget/setTextEditTarget : BoolValue 

        BoolValue isTextEditTarget() / setTextEditTarget(value)
        
        Specifies how to assign text to a group.
      • getDontMoveChildren/setDontMoveChildren : BoolValue 

        BoolValue getDontMoveChildren() / setDontMoveChildren(value)
        
        Specifies whether you can drag shapes in a group by using the mouse.