Enum TaskbarService.PlaceType
Definition
- Namespace:
- Tizen.NUI.WindowSystem.Shell
- Assembly:
- Tizen.NUI.WindowSystem.dll
Enumeration for placed type of taskbar service window.
C#Copypublic enum PlaceType : int
Name | Description |
---|---|
Bottom | Place to Bottom of Screen. Default type. |
Left | Place to Left Side of Screen. |
Right | Place to Right Side of Screen. |
Top | Place to Top of Screen. |