ImageGear23.Windows.Controls.Dicom Assembly > ImageGear.Windows.Controls Namespace > ImGearMprController Class : ControllerType Property |
'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(); }