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




In This Topic
    AxialViews Property (ImGearMprSagittalController)
    In This Topic
    Gets a collection of output axial views.
    Syntax
    'Declaration
     
    Public ReadOnly Property AxialViews As ICollection(Of ImGearPageView)
    'Usage
     
    Dim instance As ImGearMprSagittalController
    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();
    }

    Property Value

    Collection of ImGearPageView objects.
    See Also