The CoverFlow type exposes the following members.

Properties

  NameDescription
ItemHeight
Gets or sets the height of the items within the CoverFlow. This represents the size of the selected item; the ScaleX and ScaleY properties are applied to non-selected items. This is a dependency property.
ItemSeparation
Gets or sets the item spacing within the CoverFlow. This is a dependency property.
ItemWidth
Gets or sets the width of the items within the CoverFlow. This represents the size of the selected item; the ScaleX and ScaleY properties are applied to non-selected items. This is a dependency property.
MouseSelectionMode
Gets or sets how the user can select items using the mouse. The default is MousePressed. This is a dependency property.
ReflectionBrush
Gets or sets the Brush used in the reflection of each CoverFlowItem. This brush is overlaid on the reflection and should typically contain a gradient from a solid color (equal to the background color of the CoverFlow) to a translucent version of that color. This is a dependency property.
ReflectionScaleY
Gets or sets the vertical scale applied to the reflection. This must be between 0 and 1. This is a dependency property.
ScaleX
Gets or sets the horizontal scaling applied to the non-selected items. This is a dependency property.
ScaleY
Gets or sets the vertical scaling applied to the non-selected items. This is a dependency property.
SelectedItemSeparation
Gets or sets the separation between the selected item and the items adjacent to it. This is instead of, not additional to, the ItemSeparation property, and should usually be larger than it. This is a dependency property.
ShearAngle
Gets or sets the vertical shear of the items within this CoverFlow, in degrees. This is a dependency property.
ShowReflection
Gets or sets whether the CoverFlow shows reflections below each item. This is a dependency property.

See Also