Gets or sets the total height of the screen.
Syntax
| C# | |
|---|
int OuterHeight {get; set;} |
Property Value
Type: System.Int32
The outer height of profile.
Example
The following example uses property
OuterHeight of profile.
| C# | Copy Code |
|---|
// get outer height
string outerHeight = project.Profile.OuterHeight;
// set outer height
project.Profile.OuterHeight = 750; |
| PHP | Copy Code |
|---|
// get outer height
$outerHeight = $project->Profile->OuterHeight;
// set outer height
$project->Profile->OuterHeight = 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