The scale factor from Size.Height to Thickness.Bottom. The default is 0 (no bottom margin).

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

Syntax

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

See Also