Indicates whether the layout model is currently connected with a Canvas.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool HasCanvas { get; }
Visual Basic
Public ReadOnly Property HasCanvas As Boolean
	Get
Visual C++
public:
virtual property bool HasCanvas {
	bool get () sealed;
}
J#
/** @property */
public final boolean get_HasCanvas()
JScript
final function get HasCanvas () : boolean
JavaScript
function get_HasCanvas();

Implements

ILayoutModelBase..::..HasCanvas

See Also