C# Class BrightnessTray.WindowPositioning.TaskBarInfo

Managed structure representing taskbar position and alignment.
Show file Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
Alignment TaskBarAlignment
Position System.Windows.Rect

Property Details

Alignment public property

Alignment of taskbar.
public TaskBarAlignment Alignment
return TaskBarAlignment

Position public property

Rectangle of taskbar bounds.
public Rect,System.Windows Position
return System.Windows.Rect