VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfDicomMprTool Class / MprImageTool Property
Syntax Requirements SeeAlso
In This Topic
    MprImageTool Property (WpfDicomMprTool)
    In This Topic
    Gets the MprImageTool, which is used for viewing of MPR slice, moving of MPR slice along the horizontal, vertical and perpendicular axis and rotating of MPR slice in 2D and 3D space.
    Syntax
    'Declaration
    
    Public ReadOnly Property MprImageTool As WpfMprImageTool
    
    
    public WpfMprImageTool MprImageTool { get; }
    
    
    public: __property WpfMprImageTool* get_MprImageTool();
    
    
    
    public:
    property WpfMprImageTool^ MprImageTool { WpfMprImageTool^ get(); }
    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