Show / Hide Table of Contents

Method SetWindowSize

| Edit this page View Source

SetWindowSize(Window, double, double)

Sets the width and height of the window in device-independent pixels.

Declaration
public static void SetWindowSize(this Window window, double width, double height)
Parameters
Type Name Description
Window window

Window to set the size for.

double width

Width of the window in device-independent units.

double height

Height of the window in device-independent units.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX