ZennoLab Assemblies Documentation
ScreenTop Property
Example 
Gets or sets the y coordinate of the window relative to the screen.
Syntax
int ScreenTop {get; set;}

Property Value

Type: System.Int32
The y coordinate of the window relative to the screen of profile.
Example
The following example uses property ScreenTop of profile.
// get y coordinate of the window relative to the screen
int screenTop = project.Profile.ScreenTop;
 
// set y coordinate of the window relative to the screen
project.Profile.ScreenTop = 20;
// get y coordinate of the window relative to the screen
$screenTop = $project->Profile->ScreenTop;
 
// set y coordinate of the window relative to the screen
$project->Profile->ScreenTop = 20;
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback