Window.Height Property

Definition

The height of the window in points.

public:
 property double Height { double get(); void set(double value); };
public double Height { get; set; }
Public Property Height As Double

Property Value

Remarks

Use the UsableHeight property to determine the maximum size for the window. You cannot set this property if the window is maximized or minimized. Use the WindowState property to determine the window state.

Applies to