Class WindowData

    Definition

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

    This class represents the default window data for an Application object. It contains information about the default window.

    public class WindowData : Disposable
    Inheritance
    object
    Disposable
    WindowData

    Constructors

    View Source

    WindowData()

    Declaration
    public WindowData()

    Properties

    View Source

    BorderInterface

    Gets or sets the border interface of the default window. The default value is null.

    Declaration
    public IBorderInterface BorderInterface { get; set; }
    Property Value
    Type Description
    IBorderInterface

    The border interface of the default window.

    View Source

    FrontBufferRendering

    Gets or sets the front buffer rendering of the default window. The default value is false.

    Declaration
    public bool FrontBufferRendering { get; set; }
    Property Value
    Type Description
    bool

    The front buffer rendering of the default window.

    View Source

    PositionSize

    Gets or sets the position and size of the default window. The default size of the position and size is X=0, Y=0, WIDTH=0, HEIGHT=0.

    Declaration
    public Rectangle PositionSize { get; set; }
    Property Value
    Type Description
    Rectangle

    The position and size of the default window.

    View Source

    Screen

    Gets or sets the screen of window data.

    Declaration
    public string Screen { get; set; }
    Property Value
    Type Description
    string

    The screen name of the default window.

    View Source

    WindowMode

    Gets or sets the mode of the default window. The default mode is WindowMode.Transparent.

    Declaration
    public NUIApplication.WindowMode WindowMode { get; set; }
    Property Value
    Type Description
    NUIApplication.WindowMode

    The mode of the default window.

    View Source

    WindowType

    Gets or sets the type of the default window. The default type is WindowType.Normal.

    Declaration
    public WindowType WindowType { get; set; }
    Property Value
    Type Description
    WindowType

    The type of the default window.

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX