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

Glossary Item Box

Gets or sets the total width of the screen.

Syntax

C# 
int OuterWidth {get; set;}

Property Value

Type:System.Int32
The outer width of profile.

Example

The following example uses property OuterWidth of profile.
C#Copy Code
// get outer width
string widthHeight = project.Profile.OuterWidth;
 
// set outer width
project.Profile.OuterWidth = 1024;
PHPCopy Code
// get outer width
$widthHeight = $project->Profile->OuterWidth;
 
// set outer width
$project->Profile->OuterWidth = 1024;

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.