The canvas currently used for measuring and drawing the graphical elements.

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

Syntax

C#
public TCanvas Canvas { get; set; }
Visual Basic
Public Property Canvas As TCanvas
	Get
	Set
Visual C++
public:
property TCanvas Canvas {
	TCanvas get ();
	void set (TCanvas value);
}
J#
/** @property */
public TCanvas get_Canvas()
/** @property */
public  void set_Canvas(TCanvas value)
JScript
function get Canvas () : TCanvas
function set Canvas (value : TCanvas)
JavaScript
function get_Canvas();
function set_Canvas(value);

See Also