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




ImageGear24.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprController Class : ControllerType Property
Gets the MPR controller type.
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property ControllerType As ImGearMprViewType
'Usage
 
Dim instance As ImGearMprController
Dim value As ImGearMprViewType
 
value = instance.ControllerType
protected abstract ImGearMprViewType ControllerType {get;}
protected: __property abstract ImGearMprViewType get_ControllerType();
protected:
abstract property ImGearMprViewType ControllerType {
   ImGearMprViewType get();
}

Property Value

ImGearMprViewType value.
See Also

Reference

ImGearMprController Class
ImGearMprController Members