UtilSystemTrayBounds Property
Gets a Rectangle that contains the SystemTray window size and its location on the screen.
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 static Rectangle Bounds { get; }
Public Shared ReadOnly Property Bounds As Rectangle
Get
Dim value As Rectangle
value = UtilSystemTray.Bounds
public:
static property Rectangle Bounds {
Rectangle get ();
}
static member Bounds : Rectangle with get
No code example is currently available or this language may not be supported.
Property Value
Rectangle
A
Rectangle that contains the SystemTray window size and its location on the screen.