Enumerator used to determine the vertica 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 VerticalAlignment
Visual Basic (Declaration)
Public Enumeration VerticalAlignment
Visual C++
public enum class VerticalAlignment

Members

Member nameDescription
Top
Allign object to the top edge of the tree node
Middle
Allign object to the middle of the tree node
Bottom
Allign object to the bottom edge of the tree node

See Also