ImageGear .NET v24.12 - Updated
ActiveController Property




ImageGear24.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprVisualizer Class : ActiveController Property
Gets or sets the currently active MPR controller.
Syntax
'Declaration
 
Public Property ActiveController As ImGearMprController
'Usage
 
Dim instance As ImGearMprVisualizer
Dim value As ImGearMprController
 
instance.ActiveController = value
 
value = instance.ActiveController
public ImGearMprController ActiveController {get; set;}
public: __property ImGearMprController* get_ActiveController();
public: __property void set_ActiveController( 
   ImGearMprController* value
);
public:
property ImGearMprController^ ActiveController {
   ImGearMprController^ get();
   void set (    ImGearMprController^ value);
}

Property Value

ImGearMprController value.
See Also

Reference

ImGearMprVisualizer Class
ImGearMprVisualizer Members