| 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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven