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