VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomAnnotatedViewerToolInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WpfDicomAnnotatedViewerToolInteractionMode Enumeration
    In This Topic
    Specifies available modes, which specify how user can interact with image using the WpfDicomAnnotatedViewerTool.
    Syntax
    'Declaration
    
    Public Enum WpfDicomAnnotatedViewerToolInteractionMode
       Inherits System.Enum
    
    
    public enum WpfDicomAnnotatedViewerToolInteractionMode : System.Enum
    
    
    __value public enum WpfDicomAnnotatedViewerToolInteractionMode : public System.Enum
    
    
    public enum class WpfDicomAnnotatedViewerToolInteractionMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneThe WpfDicomAnnotatedViewerTool does not use active visual tool.
    DicomThe WpfDicomAnnotatedViewerTool uses the WpfDicomViewerTool as active tool and this allows user to change window level or zoom an image.
    AnnotationThe WpfDicomAnnotatedViewerTool uses the WpfDicomAnnotationTool as active tool and this allows user to annotate an image.
    MeasuringThe WpfDicomAnnotatedViewerTool uses the WpfImageMeasureTool as active tool and this allows user to measure objects on image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.Dicom.Wpf.UI.VisualTools.WpfDicomAnnotatedViewerToolInteractionMode

    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