Enum WindowType

    Definition

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

    An enum of window types.

    public enum WindowType

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX