Class Window.ResizedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Feeds a key event into the window. This resized event arguments.

C#
Copy
public class ResizedEventArgs : EventArgs
Inheritance
System.Object
Window.ResizedEventArgs

Properties

View Source

WindowSize

This window size.

Declaration
C#
Copy
public Size2D WindowSize { get; set; }
Property Value
Type Description
Size2D
API Level: 4