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.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Brush ReflectionBrush { get; set; }
Visual Basic (Declaration)
Public Property ReflectionBrush As Brush

Remarks

Dependency Property Information
Identifier field ReflectionBrushProperty
Metadata properties set to true None

See Also