Click or drag to resize

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.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IList<IHitTestObject> SelectedObjects { get; }

Property Value

IListIHitTestObject
The selected objects.
See Also