Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ShortcutKeysSettings Class / NavigationBackward Property

In This Topic
    NavigationBackward Property
    In This Topic
    Gets or sets the backward navigation movement shortcut (for Camera.navigationType.Walk and Camera.navigationType.Fly camera navigation modes).
    Syntax
    'Declaration
     
    Public Property NavigationBackward As Keys
    public Keys NavigationBackward {get; set;}
    See Also