Diagram.NavigationRoot Property

Definition

Gets the root navigational shape for the diagram. Normally, this is just the diagram itself. If the diagram is not selectable, then its nested child shapes will be searched for the first selectable child. The grand children are not searched.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ NavigationRoot { Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement NavigationRoot { get; }
member this.NavigationRoot : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Public ReadOnly Property NavigationRoot As ShapeElement

Property Value

The root navigational shape for the diagram.

Applies to