Class WindowPosition
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Represents the window position of the application.
C#Copypublic class WindowPosition
- Inheritance
-
objectWindowPosition
Constructors
View Source
WindowPosition(int, int, int, int)
Initializes the instance of the WindowPosition class.
Declaration
C#Copypublic WindowPosition(int x, int y, int w, int h)
Parameters
Type | Name | Description |
---|---|---|
int | x | The X position. |
int | y | The Y position. |
int | w | The width. |
int | h | The height. |
Properties
Declaration
C#Copypublic int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int PositionX { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int PositionY { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#Copypublic int Width { get; set; }
Property Value
Type | Description |
---|---|
int |