TaskbarPosition Enumeration

Specifies a position for the Windows taskbar.

Definition

Namespace: DevCase.Core.Windows.Desktop
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum TaskbarPosition

Members

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.

See Also