documentationfor yFiles for HTML 2.6

Properties

handlesin HandleInputModeGets or sets the collection of IHandles this mode manages.
snapResultsin SnapContextGets the collection of SnapResults.
modelin CollectionModelManagerGets or sets the model of the items to display in the canvas.
selectionin DefaultSelectionModelGets an observable collection view over the selected items.
modelin SelectionIndicatorManagerGets or sets the model that describes the domain for the selection.

Method Parameters

HandleInputMode ()in HandleInputModeCreates a new mode with no handles initially.
CollectionModelManager (Class, IObservableCollection<T>)in CollectionModelManagerCreates a new instance using the given model.
GraphSelectionIndicatorManager ()in GraphSelectionIndicatorManagerCreates a new instance that for all selected items in the model dynamically installs a selection indicator visualization.

Implementing Types

ObservableCollectionAn implementation of an IObservableCollection<T> that is backed by an ordinary ICollection<T>