Enum Window.ResizeDirection

Definition

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

Enumeration for window resized mode by display server.

C#
Copy
public enum ResizeDirection : int
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.

Extension Methods