ZennoLab Assemblies Documentation
AvailScreenWidth Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : AvailScreenWidth Property

Glossary Item Box

Gets or sets the width of the screen (excluding the Windows Taskbar).

Syntax

C# 
int AvailScreenWidth {get; set;}

Property Value

Type:System.Int32
The avail screen width of profile.

Example

The following example uses property AvailScreenWidth of profile.
C#Copy Code
// get avail screen width
int availScreenWidth = project.Profile.AvailScreenWidth;
 
// set avail screen width
project.Profile.AvailScreenWidth = 1024;
PHPCopy Code
// get avail screen width
$availScreenWidth = $project->Profile->AvailScreenWidth;
 
// set avail screen width
$project->Profile->AvailScreenWidth = 1024;

Requirements

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

See Also

© 2013 All Rights Reserved.