VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI Namespace / WpfMprPolylineSliceView Class / MprPolylineSlice Property
Syntax Requirements SeeAlso
In This Topic
    MprPolylineSlice Property (WpfMprPolylineSliceView)
    In This Topic
    Gets the MPR polyline slice.
    Syntax
    'Declaration
    
    Protected ReadOnly Property MprPolylineSlice As Vintasoft.Imaging.Dicom.Mpr.MprPolylineSlice
    
    
    protected Vintasoft.Imaging.Dicom.Mpr.MprPolylineSlice MprPolylineSlice { get; }
    
    
    protected: __property Vintasoft.Imaging.Dicom.Mpr.MprPolylineSlice* get_MprPolylineSlice();
    
    
    

    Property Value

    The MPR polyline slice.
    Requirements

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

    See Also