|
|
|
VAlign Property, GenericPartClass Class |
Defines the vertical alignment within the part's available space.
Syntax GenericPartClass Class (Softelvdm.Controls)
VB |
Public Property VAlign As VAlignmentOptionalEnum |
C# |
public VAlignmentOptionalEnum VAlign { get; set; } |
C++ |
public: property VAlignmentOptionalEnum VAlign { |
Property Value
The vertical alignment.
Value |
Description |
|
0 | The contents are aligned with the top of the available space. | |
1 | The contents are vertically centered within the available space. | |
2 | The contents are aligned with the bottom of the available space. | |
-1 | The default value is determined by a containing object or by the environment. |
The default value is VAlignmentOptionalEnum.Default.
Comments
The VAlign property defines the vertical alignment within the part's available space.
It only defines the alignment within the specific part. To define the alignment and position relative to its neighboring parts, use the PartAlignment property instead.
Version Information
Supported in version 1.0.
Products Table