GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace
/
GoLayoutTreeNode Class
/ Alignment Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Alignment Property (GoLayoutTreeNode)
In This Topic
Gets or sets how this parent node should be aligned relative to its children.
Syntax
C#
public
GoLayoutTreeAlignment
Alignment {
get
;
set
;}
Property Value
The default value is
GoLayoutTreeAlignment
.
GoLayoutTreeAlignment.CenterChildren
.
Remarks
This inherited property is initialized in the
InitializeTreeNodeValues
method.
See Also
Reference
GoLayoutTreeNode Class
GoLayoutTreeNode Members