Namespace TallComponents.Interaction.WPF
Class Selection
This class captures the current selection. Basically, each selection is a list of interactors.
Syntax
public class Selection : InteractorCollection
Constructors
Properties
DataObject DataObject
The currently selected DataObject. This object gets derived from the current list of
selected interactors. It can be used for copying to the clipboard, or drag-and-drop
operations.
GlyphCollection Glyphs
The collection of currently selected glyphs. This set gets derived from the list of
currently selected interactors.
String Text
set or get the text of the selection.
Events
PreviewMouseDown
Raised when a PreviewMouseDown event gets raised by any of the interactors in the
selection.
PreviewMouseMove
Raised when a PreviewMouseMove event gets raised by any of the interactors in the
selection.
PreviewMouseUp
Raised when a PreviewMouseUp event gets raised by any of the interactors in the
selection.