|
|
|
|
VAlignDefault Property, HeadersClass Class |
Defines the default vertical alignment for parts within cells in column headers.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property VAlignDefault As VAlignmentEnum |
C# |
public VAlignmentEnum VAlignDefault { get; set; } |
C++ |
public: property VAlignmentEnum VAlignDefault { |
Property Value
The default 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. |
The default value is VAlignmentEnum.Center.
Comments
The VAlignDefault property defines the default vertical alignment for parts within cells in column headers.
Individual parts can override the default alignment using the GenericPartClass.VAlign property.