'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the self-loop spacing factor. It spaces the self-loops as a ratio of the body height.")> <System.ComponentModel.DefaultValueAttribute(0.25)> Public Property SelfLoopSpacingFactor As System.Single
'Usage
Dim instance As NLayeredGraphLayout Dim value As System.Single instance.SelfLoopSpacingFactor = value value = instance.SelfLoopSpacingFactor
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the self-loop spacing factor. It spaces the self-loops as a ratio of the body height.")] [System.ComponentModel.DefaultValue(0.25)] public System.float SelfLoopSpacingFactor {get; set;}