Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NForceDirectedLayout Class / FreeVertexPlacement Property


In This Topic
    FreeVertexPlacement Property
    In This Topic
    Controls the initial placement of the free vertices
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Controls the initial placement of the free vertices")>
    Public Property FreeVertexPlacement As NFreeVertexPlacement
    'Usage
     
    
    Dim instance As NForceDirectedLayout
    Dim value As NFreeVertexPlacement
     
    instance.FreeVertexPlacement = value
     
    value = instance.FreeVertexPlacement
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Controls the initial placement of the free vertices")]
    public NFreeVertexPlacement FreeVertexPlacement {get; set;}
    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