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; |
| PHP | Copy 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