'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the node ranking policy.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property NodeRank As LayeredLayoutNodeRank
'Usage
Dim instance As NLayeredGraphLayout Dim value As LayeredLayoutNodeRank instance.NodeRank = value value = instance.NodeRank
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the node ranking policy.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LayeredLayoutNodeRank NodeRank {get; set;}