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#Copypublic class WindowData : Disposable
- Inheritance
Constructors
Declaration
C#Copypublic WindowData()
Properties
BorderInterface
Gets or sets the border interface of the default window. The default value is null.
Declaration
C#Copypublic IBorderInterface BorderInterface { get; set; }
Property Value
Type | Description |
---|---|
IBorderInterface | The border interface of the default window. |
FrontBufferRendering
Gets or sets the front buffer rendering of the default window. The default value is false.
Declaration
C#Copypublic bool FrontBufferRendering { get; set; }
Property Value
Type | Description |
---|---|
Boolean | The front buffer rendering of the default window. |
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#Copypublic Rectangle PositionSize { get; set; }
Property Value
Type | Description |
---|---|
Rectangle | The position and size of the default window. |
WindowMode
Gets or sets the mode of the default window. The default mode is WindowMode.Transparent.
Declaration
C#Copypublic NUIApplication.WindowMode WindowMode { get; set; }
Property Value
Type | Description |
---|---|
NUIApplication.WindowMode | The mode of the default window. |
WindowType
Gets or sets the type of the default window. The default type is WindowType.Normal.
Declaration
C#Copypublic WindowType WindowType { get; set; }
Property Value
Type | Description |
---|---|
WindowType | The type of the default window. |
Methods
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |