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