Group

Group class

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

public class Group

Properties

Name Description
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
DisplayMode { get; } When it is contained in a Group element, the DisplayMode element specifies how a group shape and its members are displayed.
DontMoveChildren { get; } Specifies whether you can drag shapes in a group by using the mouse.
IsDropTarget { get; } Specifies whether the group allows a shape to be added to it when the shape is dropped on the group.
IsSnapTarget { get; } Specifies whether snapping to a group or to shapes within the group is enabled.
IsTextEditTarget { get; } Specifies how to assign text to a group.
SelectMode { get; } Specifies how the user selects a group shape and its members.

See Also