Northwoods.Go.Layout Assembly > Northwoods.Go.Layout Namespace > GoLayoutTree Class : PortSpot Property |
'Declaration <DefaultValueAttribute()> Public Property PortSpot As Integer
[DefaultValueAttribute()] public int PortSpot {get; set;}
This inherited property is initialized in the InitializeTreeNodeValues method. A value of GoObject.NoSpot
will cause SetPortSpots to assign a Northwoods.Go.GoPort.FromSpot based on the parent node's GoLayoutTreeNode.Angle. If the value is other than NoSpot
, it is just assigned. When Path is GoLayoutTreePath.Source, the Northwoods.Go.GoPort's Northwoods.Go.GoPort.ToSpot is set instead of the Northwoods.Go.GoPort.FromSpot.
This just gets or sets the RootDefaults's property of the same name.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2