Diagram.GroupBoundsRules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the group bounds rules for the diagram. If the diagram supports port shapes, then it returns the PortGroupBoundsRules; otherwise, it just calls the base class implementation.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::GroupBoundsRules ^ GroupBoundsRules { Microsoft::VisualStudio::Modeling::Diagrams::GroupBoundsRules ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.GroupBoundsRules GroupBoundsRules { get; }
member this.GroupBoundsRules : Microsoft.VisualStudio.Modeling.Diagrams.GroupBoundsRules
Public Overridable ReadOnly Property GroupBoundsRules As GroupBoundsRules