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

Glossary Item Box

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

Syntax

C# 
int AvailScreenHeight {get; set;}

Property Value

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

Example

The following example uses property AvailScreenHeight of profile.
C#Copy Code
// get avail screen height
int availScreenHeight = project.Profile.AvailScreenHeight;
 
// set avail screen height
project.Profile.AvailScreenHeight = 750;
PHPCopy Code
// get avail screen height
$availScreenHeight = $project->Profile->AvailScreenHeight;
 
// set avail screen height
$project->Profile->AvailScreenHeight = 750;

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.