VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI Namespace / MprPlanarSliceView Class / MprPlanarSlice Property
Syntax Requirements SeeAlso
In This Topic
    MprPlanarSlice Property (MprPlanarSliceView)
    In This Topic
    Gets the MPR planar slice.
    Syntax
    'Declaration
    
    Protected ReadOnly Property MprPlanarSlice As Vintasoft.Imaging.Dicom.Mpr.MprPlanarSlice
    
    
    protected Vintasoft.Imaging.Dicom.Mpr.MprPlanarSlice MprPlanarSlice { get; }
    
    
    protected: __property Vintasoft.Imaging.Dicom.Mpr.MprPlanarSlice* get_MprPlanarSlice();
    
    
    

    Property Value

    The MPR planar slice.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also