ProtectedViewWindow.Top Property

Definition

Gets or sets a value that represents the distance, in points, from the top edge of the specified Protected View window to the top edge of the usable area.

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

Property Value

The distance, in points, from the top edge of the specified Protected View window to the top edge of the usable area.

Remarks

Read/write.

You cannot set this property for a maximized Protected View window. Use the WindowState property to return or set the state of the window.

Applies to