NParentPlacement Class Members
The following tables list the members exposed by NParentPlacement.
| Name | Description |
 | Alignment | Gets or sets the alignment of the parent, relative to the anchor position defined by the Anchor and Offset properties. By default set to Center. |
 | Anchor | Gets or sets the place at which the parent tree vertices are anchored in respect to their subtree or children. By default set to ChildrenCenter. |
 | Offset | Gets or sets the constant offset applied to the parent anchor position, determined by the Anchor property. By default set to 0.0f. |
Top