ImageGear .NET - Updated
ObliqueViews Property (ImGearMprSagittalController)




ImageGear24.Dicom.Forms Assembly > ImageGear.Dicom.Forms Namespace > ImGearMprSagittalController Class : ObliqueViews Property
Gets a collection of output oblique views.
Syntax
'Declaration
 
Public ReadOnly Property ObliqueViews As ICollection(Of ImGearPageView)
'Usage
 
Dim instance As ImGearMprSagittalController
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

ImGearMprSagittalController Class
ImGearMprSagittalController Members