|
|
|
VAlignmentOptionalEnum Enumeration |
Defines the vertical alignment.
Syntax VAlignmentOptionalEnum Enumeration (Softelvdm.Controls)
VB |
Public Enum VAlignmentOptionalEnum |
C# |
public enum VAlignmentOptionalEnum |
C++ |
public enum class VAlignmentOptionalEnum |
Member |
Value |
Description |
Top | 0 | The contents are aligned with the top of the available space. |
Center | 1 | The contents are vertically centered within the available space. |
Bottom | 2 | The contents are aligned with the bottom of the available space. |
Default | -1 | The default value is determined by a containing object or by the environment. |
Comments
The VAlignmentOptionalEnum enumeration defines the vertical alignment.
Version Information
Supported in version 1.0.
Products Table