Enumerator used to determine the horizontal 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 HorizontalAlignment |
| Visual Basic (Declaration) |
|---|
Public Enumeration HorizontalAlignment |
| Visual C++ |
|---|
public enum class HorizontalAlignment |
Members
| Member name | Description | |
|---|---|---|
| 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
|