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.

C#
Copy
public class WindowData : Disposable
Inheritance
WindowData

Constructors

View Source

WindowData()

Declaration
C#
Copy
public WindowData()

Properties

View Source

BorderInterface

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

Declaration
C#
Copy
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
C#
Copy
public bool FrontBufferRendering { get; set; }
Property Value
Type Description
Boolean

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
C#
Copy
public Rectangle PositionSize { get; set; }
Property Value
Type Description
Rectangle

The position and size of the default window.

View Source

WindowMode

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

Declaration
C#
Copy
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
C#
Copy
public WindowType WindowType { get; set; }
Property Value
Type Description
WindowType

The type of the default window.

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods