GoDiagram Win Reference
FromSides Property

Gets or sets the spot(s) indicating the side(s) of the port from which links come out.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The one side or one of two opposite sides at which links may come from")>
<CategoryAttribute("Appearance")>
Public Overridable Property FromSides As Integer
[DefaultValueAttribute()]
[DescriptionAttribute("The one side or one of two opposite sides at which links may come from")]
[CategoryAttribute("Appearance")]
public virtual int FromSides {get; set;}

Property Value

The default value is GoObject.GoObject.NoSpot, indicating no restriction. The permitted values are NoSpot or a bitwise combination of any number of these side spots: MiddleLeft, MiddleRight, MiddleTop, MiddleBottom.
Requirements

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

See Also

Reference

GoBoxPort Class
GoBoxPort Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback