ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Dicom Assembly / ImageGear.Windows.Controls Namespace / ImGearMprVisualizer Class / ActiveController Property




In This Topic
    ActiveController Property
    In This Topic
    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