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

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