Enum WindowType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

An enum of window types.

C#
Copy
public enum WindowType
Name Description
Dialog

Used for simple dialog windows.

Normal

A default window type.
Indicates a normal or top-level window. Almost every window will be created with this type.

Notification

A notification window, like a warning about battery life or a new email received.

Utility

A persistent utility window, like a toolbox or a palette.