Nevron.Diagram Namespace / NPointPort Class / PointIndexMode Property


PointIndexMode Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Position")>
<System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the point index is determined")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property PointIndexMode As PointIndexMode
 
'Usage
 
Dim instance As NPointPort
Dim value As PointIndexMode
 
instance.PointIndexMode = value
 
value = instance.PointIndexMode
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