Specifies how the mouse can be used to interactively select an
item within a CoverFlow.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum CoverFlowMouseSelectionMode |
| Visual Basic |
|---|
Public Enumeration CoverFlowMouseSelectionMode |
| Visual C++ |
|---|
public enum class CoverFlowMouseSelectionMode |
Members
| Member name | Value | Description | |
|---|---|---|---|
| MouseEnter | 0 | Items can be selected by moving the mouse over them. | |
| MousePressed | 1 | Items can be selected by clicking them with the mouse. |