Class NUIWindowExtentions

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

Extension class which provides extension methods of Tizen.NUI.Window to use Tizen.NUI.Components classes in Tizen.NUI.Window class' methods.

C#
Copy
public static class NUIWindowExtentions : object
Inheritance
NUIWindowExtentions

Methods

View Source

GetDefaultNavigator(Window)

Returns the default navigator of the given window.

Declaration
C#
Copy
public static Navigator GetDefaultNavigator(this Window window)
Parameters
Type Name Description
Window window
Returns
Type Description
Navigator

The default navigator of the given window.

View Source

SetDefaultNavigator(Window, Navigator)

Sets the default navigator of the given window.

Declaration
C#
Copy
public static void SetDefaultNavigator(this Window window, Navigator navigator)
Parameters
Type Name Description
Window window
Navigator navigator