| Visual Basic (Declaration) | |
|---|---|
Public Enum VAlign Inherits Enum | |
| C# | |
|---|---|
public enum VAlign : Enum | |
| Member | Description |
|---|---|
| Default | Use the current default |
| Top | Align to the top |
| Middle | Align in the middle |
| Bottom | Align to the bottom |
This sample uses the image related properties of the appearance object. For simplicity we use the form's icon.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using Infragistics.Win; | |
