Gets or sets the background of the reflection.

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

Syntax

C#
[ObsoleteAttribute("Use Background instead")]
public Brush ReflectionBackground { get; set; }
Visual Basic
<ObsoleteAttribute("Use Background instead")> _
Public Property ReflectionBackground As Brush
	Get
	Set

See Also