Enumerator used to determine the horizontal alignment of the object in the tree node.

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public enum HorizontalAlignment
Visual Basic (Declaration)
Public Enumeration HorizontalAlignment
Visual C++
public enum class HorizontalAlignment

Members

Member nameDescription
Left
Allign object to the left edge of the tree node
Right
Allign object to the right edge of the tree node
Middle
Allign object to the middle of the tree node

See Also