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