Enum WindowLayoutType

Definition

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

An enum of window layout types.

C#
Copy
public enum WindowLayoutType : int
Name Description
BottomHalf

Window is placed on the bottom half of the screen

BottomThird

Window is placed on the bottom third of the screen vertically

CenterThird

Window is placed on the center third of the screen horizontally

LeftHalf

Window is placed on the left half of the screen

LeftThird

Window is placed on the left third of the screen horizontally

LowerLeftQuarter

Window is placed on the lower-left quarter of the screen

LowerRightQuarter

Window is placed on the lower-right quarter of the screen

MiddleThird

Window is placed on the middle third of the screen vertically

RightHalf

Window is placed on the right half of the screen

RightThird

Window is placed on the right third of the screen horizontally

TopHalf

Window is placed on the top half of the screen

TopThird

Window is placed on the top third of the screen vertically

UpperLeftQuarter

Window is placed on the upper-left quarter of the screen

UpperRightQuarter

Window is placed on the upper-right quarter of the screen

Extension Methods