ImageGear .NET - Updated
ObliqueViews Property (ImGearMprAxialController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprAxialController Class : ObliqueViews Property
Gets a collection of output oblique views.
Syntax
'Declaration
 
Public ReadOnly Property ObliqueViews As ICollection(Of ImGearPageView)
'Usage
 
Dim instance As ImGearMprAxialController
Dim value As ICollection(Of ImGearPageView)
 
value = instance.ObliqueViews
public ICollection<ImGearPageView> ObliqueViews {get;}
public: __property ICollection<ImGearPageView*>* get_ObliqueViews();
public:
property ICollection<ImGearPageView^>^ ObliqueViews {
   ICollection<ImGearPageView^>^ get();
}

Property Value

Collection of ImGearPageView objects.
See Also

Reference

ImGearMprAxialController Class
ImGearMprAxialController Members