Group
Group class
Contains elements that control how you add shapes to a group, move members of a group, and select groups.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| SelectMode | SelectMode | Specifies how the user selects a group shape and its members. |
| DisplayMode | DisplayMode | When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are display |
| IsDropTarget | BoolValue | Specifies whether the group allows a shape to be added to it when the shape is dropped on the group. |
| IsSnapTarget | BoolValue | Specifies whether snapping to a group or to shapes within the group is enabled. |
| IsTextEditTarget | BoolValue | Specifies how to assign text to a group. |
| DontMoveChildren | BoolValue | Specifies whether you can drag shapes in a group by using the mouse. |
Group.Del property
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.
Type: int
Group.SelectMode property
Specifies how the user selects a group shape and its members.
Type: SelectMode
Group.DisplayMode property
When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
Type: DisplayMode
Group.IsDropTarget property
Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
Type: BoolValue
Group.IsSnapTarget property
Specifies whether snapping to a group or to shapes within the group is enabled.
Type: BoolValue
Group.IsTextEditTarget property
Specifies how to assign text to a group.
Type: BoolValue
Group.DontMoveChildren property
Specifies whether you can drag shapes in a group by using the mouse.
Type: BoolValue