ImageGear .NET - Updated
CoronalViews Property (ImGearMprAxialController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprAxialController Class : CoronalViews Property
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

Reference

ImGearMprAxialController Class
ImGearMprAxialController Members