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




In This Topic
    ControllerType Property (ImGearMprSagittalController)
    In This Topic
    Gets MPR view type.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property ControllerType As ImGearMprViewType
    'Usage
     
    Dim instance As ImGearMprSagittalController
    Dim value As ImGearMprViewType
     
    value = instance.ControllerType
    protected override ImGearMprViewType ControllerType {get;}
    protected: __property ImGearMprViewType get_ControllerType() override;
    protected:
    property ImGearMprViewType ControllerType {
       ImGearMprViewType get() override;
    }

    Property Value

    ImGearMprViewType value.
    See Also