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

Property Value

Type: System.Int32
The outer width of profile.
Example
The following example uses property OuterWidth of profile.
// get outer width
string widthHeight = project.Profile.OuterWidth;
// get outer width
$widthHeight = $project->Profile->OuterWidth;
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