Gets canvas element used to contain image and other elements of the view.
public: __property Canvas* get_Canvas();
'Declaration
Public ReadOnly Property Canvas As Canvas
'Usage
Dim instance As PageView
Dim value As Canvas
value = instance.Canvas
Property Value
System.Windows.Controls.Canvas class object.