ZennoLab Assemblies Documentation
OuterHeight Property
Example 
ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : OuterHeight Property
Gets or sets the height of current window.
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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IProfile Interface
IProfile Members