SelectedShapesCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyAnchorItem

Gets or sets the DiagramItem that serves as the anchor for extending the selection.

System_CAPS_pubpropertyBoundingBox

Gets the bounding rectangle surrounding all selected ShapeElements in world units relative to the diagram's top-left.

System_CAPS_pubpropertyCount

Gets the number of ShapeElements in the selection.

System_CAPS_pubpropertyEditItem

Gets the item to edit. This is typically the FocusedItem.

System_CAPS_pubpropertyFocusedItem

Gets or sets the DiagramItem that has the focus.

System_CAPS_pubpropertyIsDeferredSelectionPending

Gets a value indicating whether a deferred selection is pending.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

System_CAPS_pubpropertyPrimaryItem

Gets the primary DiagramItem in the selection.

System_CAPS_pubpropertyRepresentedElements

Gets corresponding ModelElements that represent this selection.

System_CAPS_pubpropertySelectionRules

Gets the DiagramSelectionRules object that constrains how ShapeElements can be added and removed from the selection.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the collection.

System_CAPS_pubpropertyTopLevelItems

Gets the top level items in the selection.

Return to top
Show: