VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / WpfImageViewerNavigationAction Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WpfImageViewerNavigationAction Enumeration
    In This Topic
    Specifies available navigation actions in WPF image viewer.
    Syntax
    'Declaration
    
    Public Enum WpfImageViewerNavigationAction
       Inherits System.Enum
    
    
    public enum WpfImageViewerNavigationAction : System.Enum
    
    
    __value public enum WpfImageViewerNavigationAction : public System.Enum
    
    
    public enum class WpfImageViewerNavigationAction : public System.Enum
    
    
    Members
    MemberDescription
    NoneNone.
    LeftMove left.
    RightMove right.
    UpMove up.
    DownMove down.
    PageUpPage up.
    PageDownPage down.
    FirstGo to the first image.
    LastGo to the last image.
    ZoomInZoom in.
    ZoomOutZoom out.
    NextGo to the next image.
    PreviousGo to the previous image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Wpf.UI.ViewerCommands.WpfImageViewerNavigationAction

    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