DpiHelper.SetDeviceLeft(Window, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.
Extension method for Window that sets its Left coordinate using device units
public:
[System::Runtime::CompilerServices::Extension]
static void SetDeviceLeft(System::Windows::Window ^ window, double deviceLeft);
public static void SetDeviceLeft (this System.Windows.Window window, double deviceLeft);
[System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")]
public static void SetDeviceLeft (this System.Windows.Window window, double deviceLeft);
static member SetDeviceLeft : System.Windows.Window * double -> unit
[<System.Obsolete("Use Microsoft.VisualStudio.Utilities.DpiAwareness instead.")>]
static member SetDeviceLeft : System.Windows.Window * double -> unit
<Extension()>
Public Sub SetDeviceLeft (window As Window, deviceLeft As Double)
Parameters
- window
- Window
Window to modify
- deviceLeft
- Double
New left coordinate in device units
- Attributes