Compartment::BoundsRules Property

 

Gets the boundaries for the compartment shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property BoundsRules^ BoundsRules {
	virtual BoundsRules^ get() override;
}

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::BoundsRules^

The boundaries for the compartment shape; otherwise, null.

By default, the return value is null.

Boundaries determine where users can put objects in the compartment shape and how large the objects can be.

Return to top
Show: