ApplicationViewTitleBar.SystemOverlayRightInset | systemOverlayRightInset property

[This documentation is preliminary and is subject to change.]

Gets the width of the right-side system-reserved area in which the app doesn't get input. This corresponds to the title bar buttons and a blank fixed-width area immediately to their left which the user can grab to drag the window around.

Syntax

var systemOverlayRightInset = applicationViewTitleBar.systemOverlayRightInset;
public double SystemOverlayRightInset { get; }
Public ReadOnly Property SystemOverlayRightInset As Double
public:
property double SystemOverlayRightInset { 
   double get();
}

Property value

Type: Number [JavaScript] | System.Double [.NET] | float64 [C++]

The width of the system-reserved area in which the app doesn't get input.

Requirements (device family)

Device family

UAP, introduced version 1.0.0.0

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.ViewManagement Windows::UI::ViewManagement [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

ApplicationViewTitleBar