Enumerator used to determine the vertica alignment of the object in the tree node.
Namespace:
AltaVim.WinFormsAssembly: 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 name | Description | |
|---|---|---|
| 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
|