OverlayApplicationService Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Controls various aspects of the overlay application.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The OverlayApplicationService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Maximized | Gets or sets a value that indicates whether the overlay app is maximized. |
![]() ![]() | VisibleRegion | Gets the visible region rectangle for the minimized overlay app. |
| Name | Description | |
|---|---|---|
![]() ![]() | HideRequested | Occurs when the overlay app should hide. |
![]() ![]() | MinimizeRequested | Occurs when overlay app should minimize. |
![]() ![]() | ShowRequested | Occurs when the overlay app should show itself. |
![]() ![]() | VisibleRegionChanged | Occurs when the visible region changes for a minimized overlay app. |
Show:


