DpiHelper.GetDeviceTop(Window) Method

Definition

Gets the window's Top coordinate in device units

public:
 double GetDeviceTop(System::Windows::Window ^ window);
public double GetDeviceTop (System.Windows.Window window);
member this.GetDeviceTop : System.Windows.Window -> double
Public Function GetDeviceTop (window As Window) As Double

Parameters

window
Window

Window to inspect

Returns

Top coordinate in device units

Applies to