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.
public class ResizedEventArgs : EventArgs
- Inheritance
Properties
View SourceWindowSize
This window size.
Declaration
public Size2D WindowSize { get; set; }
Property Value
Type | Description |
---|---|
Size2D |