DiagramClientView.HighlightedShapes Property

Definition

Gets the highlighted shapes for the DiagramClientView.

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

Property Value

Remarks

Use the returned SelectedShapesCollection object to alter the DiagramClientView's highlighted shapes.

Applies to