Gets or sets the vertical scale applied to the reflection. This must be between 0 and 1. 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 double ReflectionScaleY { get; set; }
Visual Basic
Public Property ReflectionScaleY As Double
	Get
	Set
Visual C++
public:
property double ReflectionScaleY {
	double get ();
	void set (double value);
}

Remarks

Dependency Property Information
Identifier fieldReflectionScaleYProperty
Metadata properties set to trueNone

See Also