_Application.Height Property

Definition

The height, in points, of the main application window. If the window is minimized, this property is read-only and refers to the height of the icon. If the window is maximized, this property cannot be set. Use the WindowState property to determine the window state.

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

Property Value

Applies to