ImageGear21.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprAxialController Class : CoronalViews Property |
'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(); }