IGraphControllerSelectedObjects Property |
Gets the objects currently selected. The returned objects are not the
HitTestObjects, but the hitted objects itself.
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 objects currently selected in the graph.
See Also