ZennoLab Assemblies Documentation
OuterHeightShift Property
Example 
Gets or sets the height of the header and screen frame.
Syntax
int OuterHeightShift {get; set;}

Property Value

Type: System.Int32
The outer height shift of profile.
Example
The following example uses property OuterHeightShift of profile.
// get outer height shift
string outerHeightShift = project.Profile.OuterHeightShift;
 
// set outer height shift
project.Profile.OuterHeightShift = 101;
// get outer height shift
$outerHeightShift = $project->Profile->OuterHeightShift;
 
// set outer height shift
$project->Profile->OuterHeightShift = 101;
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