Specifies how the mouse can be used to interactively select an item within a CoverFlow.

Namespace: Mindscape.SilverlightElements
Assembly: 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 nameValueDescription
MouseEnter0 Items can be selected by moving the mouse over them.
MousePressed1 Items can be selected by clicking them with the mouse.

See Also