'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the parent placement attribute, which controls the placement of the parent in respect to its children or subtree.")> Public Property ParentPlacement As NParentPlacement
'Usage
Dim instance As NClassicalTreeLayout Dim value As NParentPlacement instance.ParentPlacement = value value = instance.ParentPlacement
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the parent placement attribute, which controls the placement of the parent in respect to its children or subtree.")] public NParentPlacement ParentPlacement {get; set;}