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

Glossary Item Box

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;
PHPCopy 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

© 2013 All Rights Reserved.