Gets or sets the horizontal 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 ScaleX { get; set; }
Visual Basic
Public Property ScaleX As Double
	Get
	Set
Visual C++
public:
property double ScaleX {
	double get ();
	void set (double value);
}

Remarks

Dependency Property Information
Identifier fieldScaleXProperty
Metadata properties set to trueNone

See Also