'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3")> Public Property MinFixedVerticesCount As System.Integer
'Usage
Dim instance As NBarycenterLayout Dim value As System.Integer instance.MinFixedVerticesCount = value value = instance.MinFixedVerticesCount
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the minimal count of fixed vertices. If the graph does not have that many fixed vertices they will be automaticall chosen. By default set to 3")] public System.int MinFixedVerticesCount {get; set;}