Gets or sets the Brush used in the reflection of the 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 ReflectionOverlayBrush { get; set; }
Visual Basic
Public Property ReflectionOverlayBrush As Brush
	Get
	Set
Visual C++
public:
property Brush^ ReflectionOverlayBrush {
	Brush^ get ();
	void set (Brush^ value);
}

Remarks

Dependency Property Information
Identifier fieldReflectionOverlayBrushProperty
Metadata properties set to trueNone

See Also