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.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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