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

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