Class WindowMovedEventArgs

Definition

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

Move event is sent when window is resized by user or the display server.

C#
Copy
public class WindowMovedEventArgs : EventArgs
Inheritance
WindowMovedEventArgs

Properties

View Source

WindowPosition

Declaration
C#
Copy
public Position2D WindowPosition { get; set; }
Property Value
Type Description
Position2D

Extension Methods