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


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