'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;}