ImageGear .NET v24.12 - Updated
Settings Property (ImGearMprController)




ImageGear24.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprController Class : Settings Property
Gets MPR settings.
Syntax
'Declaration
 
Public ReadOnly Property Settings As ImGearMprSettings
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearMprSettings
 
value = instance.Settings
public ImGearMprSettings Settings {get;}
public: __property ImGearMprSettings* get_Settings();
public:
property ImGearMprSettings^ Settings {
   ImGearMprSettings^ get();
}

Property Value

ImGearMprSettings class object.
See Also

Reference

ImGearMprController Class
ImGearMprController Members