| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : ScreenSizeWidth Property |
// get screen width int width = project.Profile.ScreenSizeWidth; // set screen width project.Profile.ScreenSizeWidth = 800;
// get screen width $width = $project->Profile->ScreenSizeWidth; // set screen width $project->Profile->ScreenSizeWidth = 800;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.