Diagram::NavigationRoot Property

 

Gets the root shape for the diagram.

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

public:
property ShapeElement^ NavigationRoot {
	ShapeElement^ get();
}

Property Value

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

The root shape for the diagram.

Typically, the root shape for the diagram is the diagram itself. If the diagram cannot be selected as the root shape, the first shape that can be selected in the diagram is returned.

Return to top
Show: