Gets or sets the vertical scaling applied to the non-selected items. 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 ScaleY { get; set; }
Visual Basic
Public Property ScaleY As Double
	Get
	Set
Visual C++
public:
property double ScaleY {
	double get ();
	void set (double value);
}

Remarks

Dependency Property Information
Identifier fieldScaleYProperty
Metadata properties set to trueNone

See Also