Nevron.Diagram Namespace / NPointPort Class / DirectionMode Property


DirectionMode Property (NPointPort)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Direction")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the point port direction is determined. By default set to None")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property DirectionMode As PointPortDirectionMode
 
'Usage
 
Dim instance As NPointPort
Dim value As PointPortDirectionMode
 
instance.DirectionMode = value
 
value = instance.DirectionMode
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