Simple implementation of the IGraphSelection interface.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class GraphSelection : IGraphSelection, 
	ISelectionModel<IModelItem>, IEnumerable<IModelItem>, IEnumerable
Visual Basic
Public Class GraphSelection _
	Implements IGraphSelection, ISelectionModel(Of IModelItem),  _
	IEnumerable(Of IModelItem), IEnumerable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..GraphSelection

See Also