Switches the navigation mode from the current one to the next one following the order in which they are enumerated in. Notice that driving mode is not being considered here, so this class never switches to that mode. NavigationMode3D. When the last one is reached, the first one comes next.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public NavigationMode3D SwitchNextMode()
Visual Basic
Public Function SwitchNextMode As NavigationMode3D
JScript
public function SwitchNextMode() : NavigationMode3D

Return Value

See Also