'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the placement of the parent vertices whose children are arranged in a left column.")> Public Property ColLeftParentPlacement As NParentPlacement
'Usage
Dim instance As NTipOverTreeLayout Dim value As NParentPlacement instance.ColLeftParentPlacement = value value = instance.ColLeftParentPlacement
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the placement of the parent vertices whose children are arranged in a left column.")] public NParentPlacement ColLeftParentPlacement {get; set;}