IGraphViewSelectedObjects Property |
Gets the selected objects (if mouse handler is the ObjectPointerMouseHandler). Otherwise, null or an empty list is returned.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IList<IHitTestObject> SelectedObjects { get; }
Property Value
IListIHitTestObject
The selected objects.
See Also