ZennoLab Assemblies Documentation
OuterHeight Property
Example 
Gets the total height of the screen.
Syntax
int OuterHeight {get;}

Property Value

Type: System.Int32
The outer height of profile.
Example
The following example uses property OuterHeight of profile.
// get outer height
string outerHeight = project.Profile.OuterHeight;
// get outer height
$outerHeight = $project->Profile->OuterHeight;
Requirements

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

See Also

Reference

IProfile Interface
IProfile Members

Send Feedback