GdPicture.NET.14
GdPicture14.WPF Namespace / BookmarksTree Class / GdViewer Property
Example





In This Topic
GdViewer Property (BookmarksTree)
In This Topic
Defines the GdViewer object to be linked with the control.
Syntax
'Declaration
 
Public Property GdViewer As GdViewer
public GdViewer GdViewer {get; set;}
public read-write property GdViewer: GdViewer; 
public function get,set GdViewer : GdViewer
public: __property GdViewer* get_GdViewer();
public: __property void set_GdViewer( 
   GdViewer* value
);
public:
property GdViewer^ GdViewer {
   GdViewer^ get();
   void set (    GdViewer^ value);
}
Example
BookmarksTree1.GdViewer = GdViewer1
See Also