| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : ScreenLeft Property |
// get x coordinate of the window relative to the screen int screenLeft = project.Profile.ScreenLeft; // set x coordinate of the window relative to the screen project.Profile.ScreenLeft = 20;
// get x coordinate of the window relative to the screen $screenLeft = $project->Profile->ScreenLeft; // set x coordinate of the window relative to the screen $project->Profile->ScreenLeft = 20;
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven