The CoverFlowItem type exposes the following members.

Constructors

  NameDescription
CoverFlowItem

Methods

  NameDescription
OnMouseEnter
Responds to a MouseEnter event.
(Overrides UIElement..::.OnMouseEnter(MouseEventArgs).)
OnPreviewMouseDown
Responds to a PreviewMouseDown event.
(Overrides UIElement..::.OnPreviewMouseDown(MouseButtonEventArgs).)

Fields

  NameDescription
ClipBottomLeftProperty
Identifies the ClipBottomLeft property.
ClipBottomRightProperty
Identifies the ClipBottomRight property.
ClipTopRightProperty
Identifies the ClipTopRight property.

Properties

  NameDescription
ClipBottomLeft
Gets the bottom left of the clip parallelogram. This is a dependency property.
ClipBottomRight
Gets the bottom right of the clip parallelogram. This is a dependency property.
ClipTopRight
Gets the top right of the clip parallelogram. This is a dependency property.
TransitionAnimationKey
Identifies the template for selection transition animation.

See Also