Specifies how the mouse can be used to interactively select an
item within a CoverFlow.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum CoverFlowMouseSelectionMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration CoverFlowMouseSelectionMode |
Members
| Member name | Description | |
|---|---|---|
| MouseEnter |
Items can be selected by moving the mouse over them.
| |
| MousePressed |
Items can be selected by clicking them with the mouse.
| |
| None |
Items can not be selected interactively with the mouse.
|