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