Sets the Opacity of the panel containing the reflection

Namespace:  C1.Phone.Extended
Assembly:  C1.Phone.Extended (in C1.Phone.Extended.dll)

Syntax

C#
public double ReflectionOpacity { get; set; }
Visual Basic
Public Property ReflectionOpacity As Double
	Get
	Set

Remarks

This property is available only in the Windows Phone 7 version of the control as a workaround to the missing ReflectionEffects collection.

See Also