'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines the horizontal alignment of the vertices in the layers.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property NodeAlignment As RelativeAlignment
'Usage
Dim instance As NLayeredGraphLayout Dim value As RelativeAlignment instance.NodeAlignment = value value = instance.NodeAlignment
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines the horizontal alignment of the vertices in the layers.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public RelativeAlignment NodeAlignment {get; set;}