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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Brush ReflectionBrush { get; set; }
Visual Basic
Public Property ReflectionBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ ReflectionBrush {
	Brush^ get ();
	void set (Brush^ value);
}

Remarks

Dependency Property Information
Identifier fieldReflectionBrushProperty
Metadata properties set to trueNone

See Also