Simple implementation of the IGraphSelection interface.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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