'Declaration Protected Property Tool As WpfDicomViewerTool
protected WpfDicomViewerTool Tool { get; set; }
protected: __property WpfDicomViewerTool* get_Tool(); protected: __property void set_Tool(
WpfDicomViewerTool* value
);
protected:
property WpfDicomViewerTool^ Tool { WpfDicomViewerTool^ get(); void set(WpfDicomViewerTool^ value); }