C# Class BrightnessTray.WindowPositioning.TaskBarInfo

Managed structure representing taskbar position and alignment.
Exibir arquivo Open project: navhaxs/BrightnessTray

Public Properties

Property Type Description
Alignment TaskBarAlignment
Position System.Windows.Rect

Property Details

Alignment public_oe property

Alignment of taskbar.
public TaskBarAlignment Alignment
return TaskBarAlignment

Position public_oe property

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