Gets or sets whether the canvas should auto-enlarge to display its contents. 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 EnlargeWhenFull { get; set; }
Visual Basic
Public Property EnlargeWhenFull As Boolean
	Get
	Set
Visual C++
public:
property bool EnlargeWhenFull {
	bool get ();
	void set (bool value);
}

Remarks

Dependency Property Information
Identifier fieldEnlargeWhenFullProperty
Metadata properties set to trueNone

See Also