SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the default background gradient fill orientation of cells in this column.
Get
VB.NET | Style = object.BackColorOrientation As SftTreeOrientationConstants |
VB | Style = object.BackColorOrientation As SftTreeOrientationConstants |
C#.NET | SftTreeOrientationConstants Style = object.BackColorOrientation; |
VC++ | enum SftTreeOrientationConstants Style = object->BackColorOrientation; enum SftTreeOrientationConstants Style = object->GetBackColorOrientation(); |
C | HRESULT object->get_BackColorOrientation(enum SftTreeOrientationConstants* Style); |
Put
VB.NET | object.BackColorOrientation = Style As SftTreeOrientationConstants |
VB | object.BackColorOrientation = Style As SftTreeOrientationConstants |
C#.NET | SftTreeOrientationConstants object.BackColorOrientation = Style; |
VC++ | enum SftTreeOrientationConstants object->BackColorOrientation = Style; void object->PutBackColorOrientation(enum SftTreeOrientationConstants Style); |
C | HRESULT object->put_BackColorOrientation(enum SftTreeOrientationConstants Style); |
object
A SftTreeColumn object.
Style
Defines the default background gradient fill orientation of cells in this column.
Name | Value | Description |
---|---|---|
horizontalOrientationSftTree | 0 | Horizontal - The gradient fill orientation is horizontal, starting at the left using Column.BackColor and ending at the right edge of the cell using Column.BackColorEnd (reversed when using RightToLeft rendering). |
verticalOrientationSftTree | 1 | Vertical - The gradient fill orientation is vertical, starting at the top using Column.BackColor and ending at the bottom edge of the cell using Column.BackColorEnd. |
The BackColorOrientation property defines the default background gradient fill orientation of cells in this column.
Cells can override the default background gradient fill orientation using the Cell.BackColorOrientation property.
See Also SftTreeColumn Object | Object Hierarchy