Property Value
Type: System.Int32The outer width shift of profile.
// get outer width shift string widthHeightShift = project.Profile.OuterWidthShift; // set outer width shift project.Profile.OuterWidthShift = 16;
// get outer width shift $widthHeightShift = $project->Profile->OuterWidthShift; // set outer width shift $project->Profile->OuterWidthShift = 16;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.