TaskbarPosition Enumeration
Specifies a position for the Windows taskbar.
Namespace: DevCase.Core.Windows.DesktopAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TaskbarPosition
Public Enumeration TaskbarPosition
Dim instance As TaskbarPosition
public enum class TaskbarPosition
No code example is currently available or this language may not be supported.
Left |
0 |
The taskbar is at the left edge of the screen.
|
Top |
1 |
The taskbar is at the top edge of the screen.
|
Right |
2 |
The taskbar is at the right edge of the screen.
|
Bottom |
3 |
The taskbar is at the bottom edge of the screen.
|
Unknown |
-1 |
The taskbar is at unknown position.
|