Defines how child nodes in a hierarchy layout are aligned, as seen from the parent node along the orientation axis.

Namespace: TreeLayoutHelper.HierarchyLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public enum ChildAlignment
Visual Basic
Public Enumeration ChildAlignment
Visual C++
public enum class ChildAlignment
J#
public enum ChildAlignment
JScript
public enum ChildAlignment
JavaScript
TreeLayoutHelper.HierarchyLayout.ChildAlignment = function();
TreeLayoutHelper.HierarchyLayout.ChildAlignment.createEnum('TreeLayoutHelper.HierarchyLayout.ChildAlignment', false);

Members

Member nameValueDescription
Left0 The child nodes are on the left-hand side of the parent node, see along the orientation axis.
Right1 The child nodes are on the right-hand side of the parent node, see along the orientation axis

See Also