Diagram.FocusedDiagramView 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.
The design surface associated with this diagram which has the focus (if any).
public:
property Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ FocusedDiagramView { Microsoft::VisualStudio::Modeling::Diagrams::DiagramView ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramView FocusedDiagramView { get; }
member this.FocusedDiagramView : Microsoft.VisualStudio.Modeling.Diagrams.DiagramView
Public ReadOnly Property FocusedDiagramView As DiagramView