ProtectedViewWindow.Height Property

Definition

Gets or sets a value that represents the height, in points, of the Protected View window.

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

Property Value

The height, in points, of the Protected View window.

Remarks

Read/write.

You cannot set this property if the Protected View window is maximized or minimized. Use the WindowState property to determine the window state.

Applies to