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.
public static class NUIWindowExtentions
- Inheritance
-
objectNUIWindowExtentions
Methods
View SourceGetDefaultNavigator(Window)
Returns the default navigator of the given window.
Declaration
public static Navigator GetDefaultNavigator(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window |
Returns
| Type | Description |
|---|---|
| Navigator | The default navigator of the given window. |
SetDefaultNavigator(Window, Navigator)
Sets the default navigator of the given window.
Declaration
public static void SetDefaultNavigator(this Window window, Navigator navigator)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | |
| Navigator | navigator |