ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / Canvas Property




In This Topic
    Canvas Property (PageView)
    In This Topic
    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