| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : ScreenTop Property |
// 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;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.