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




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprController Class : ControllerType Property
Gets 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