ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprController Class / ControllerType Property




In This Topic
    ControllerType Property (ImGearMprController)
    In This Topic
    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