Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBody1D Class / MidPoints Field


In This Topic
    MidPoints Field
    In This Topic
    Optional mid points in case routing style is set to Orthogonal or Polyline
    Syntax
    'Declaration
     
    
    Public MidPoints As System.Collections.Generic.List(Of NPointF)
    'Usage
     
    
    Dim instance As NBody1D
    Dim value As System.Collections.Generic.List(Of NPointF)
     
    value = instance.MidPoints
     
    instance.MidPoints = value
    public System.Collections.Generic.List<NPointF> MidPoints
    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