Diagram.NavigationRoot 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 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.