Click or drag to resize

GraphControllerSelectedObjects Property

Gets the currently selected hit-test objects.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IList<IHitTestObject> SelectedObjects { get; }

Property Value

IListIHitTestObject

Implements

IGraphControllerSelectedObjects
See Also