The scale factor from Size.Width to Thickness.Left. The default is 0 (no left margin).

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double LeftFactor { get; set; }
Visual Basic
Public Property LeftFactor As Double
	Get
	Set
Visual C++
public:
property double LeftFactor {
	double get ();
	void set (double value);
}

See Also