Enum Window.ResizeDirection
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for window resized mode by display server.
public enum Window.ResizeDirection
Fields
| Name | Description |
|---|---|
| Bottom | Start resizing window to the bottom side. |
| BottomLeft | Start resizing window to the bottom-left edge. |
| BottomRight | Start resizing window to the bottom-right edge. |
| Left | Start resizing window to the left side. |
| None | None type. |
| Right | Start resizing window to the right side. |
| Top | Start resizing window to the top side. |
| TopLeft | Start resizing window to the top-left edge. |
| TopRight | Start resizing window to the top-right edge. |