ImageGear21.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprAxialController Class : SagittalViews Property |
'Declaration Public ReadOnly Property SagittalViews As ICollection(Of ImGearPageView)
'Usage Dim instance As ImGearMprAxialController Dim value As ICollection(Of ImGearPageView) value = instance.SagittalViews
public ICollection<ImGearPageView> SagittalViews {get;}
public: __property ICollection<ImGearPageView*>* get_SagittalViews();
public: property ICollection<ImGearPageView^>^ SagittalViews { ICollection<ImGearPageView^>^ get(); }