Gets or sets whether the last child of the DockPanel should fill all the remaining area after other children have been laid out. The default is true. 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 bool LastChildFill { get; set; }
Visual Basic
Public Property LastChildFill As Boolean
	Get
	Set
Visual C++
public:
property bool LastChildFill {
	bool get ();
	void set (bool value);
}

See Also