Class Window.ResizedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
This resized event arguments.
public class Window.ResizedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWindow.ResizedEventArgs
Properties
View SourceWindowSize
This window size.
Declaration
public Size2D WindowSize { get; set; }
Property Value
Type | Description |
---|---|
Size2D |