ImageGear .NET v25.2 - Updated
ImageGear.Dicom.Forms Assembly / ImageGear.Dicom.Forms Namespace / ImGearMprSagittalController Class / ObliqueViews Property




In This Topic
    ObliqueViews Property (ImGearMprSagittalController)
    In This Topic
    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