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