'Declaration Public Property Viewer As Vintasoft.Imaging.UI.ImageViewer
public Vintasoft.Imaging.UI.ImageViewer Viewer { get; set; }
public: __property Vintasoft.Imaging.UI.ImageViewer* get_Viewer(); public: __property void set_Viewer(
Vintasoft.Imaging.UI.ImageViewer* value
);
public:
property Vintasoft.Imaging.UI.ImageViewer^ Viewer { Vintasoft.Imaging.UI.ImageViewer^ get(); void set(Vintasoft.Imaging.UI.ImageViewer^ value); }