ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprAxialController Class / CoronalViews Property




In This Topic
    CoronalViews Property (ImGearMprAxialController)
    In This Topic
    Gets a collection of output coronal views.
    Syntax
    'Declaration
     
    Public ReadOnly Property CoronalViews As ICollection(Of ImGearPageView)
    'Usage
     
    Dim instance As ImGearMprAxialController
    Dim value As ICollection(Of ImGearPageView)
     
    value = instance.CoronalViews
    public ICollection<ImGearPageView> CoronalViews {get;}
    public: __property ICollection<ImGearPageView*>* get_CoronalViews();
    public:
    property ICollection<ImGearPageView^>^ CoronalViews {
       ICollection<ImGearPageView^>^ get();
    }

    Property Value

    Collection of ImGearPageView objects.
    See Also