WindowSettings.Top Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the initial position of the top edge of the out-of-browser application window when WindowStartupLocation is Manual.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public ReadOnly Property Top As Double
public double Top { get; }
<WindowSettings Top="double" />
Property Value
Type: System.Double
The initial position of the top edge of the application window.
Remarks
This property is not required. If you do not specify it in the out-of-browser configuration, the default value of 0 is used.
This property is read-only at run time, but you can set it in the out-of-browser configuration. For more information, see How to: Configure an Application for Out-of-Browser Support.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.