ImageGear .NET v24.12 - Updated
Canvas Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : Canvas Property
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

Reference

PageView Class
PageView Members