Window.Height Property
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.
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.