DefaultGroupBoundsRules Class

Definition

Rules which constrain the position of a group of shapes when the group is repositioned.

public ref class DefaultGroupBoundsRules sealed : Microsoft::VisualStudio::Modeling::Diagrams::GroupBoundsRules
public sealed class DefaultGroupBoundsRules : Microsoft.VisualStudio.Modeling.Diagrams.GroupBoundsRules
type DefaultGroupBoundsRules = class
    inherit GroupBoundsRules
Public NotInheritable Class DefaultGroupBoundsRules
Inherits GroupBoundsRules
Inheritance
DefaultGroupBoundsRules

Properties

Instance

Gets a singleton instance of the default GroupBoundsRules.
The default includes the KeepGroupWithinParentRule and GroupSnapToGridRule.

Methods

GetCompliantGroupBounds(Store, ShapeElement, GhostShapeCollection, PointD)

Updates the GhostShapeCollection so that it complies with this GroupBoundsRules after the proposed location delta is applied.

Applies to