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
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
SftTree/NET 2.0 - Tree Control
Defines the cell's background gradient fill orientation.
Get
| VB.NET | Style = object.BackColorOrientation As SftTreeOrientationDefaultConstants |
| VB | Style = object.BackColorOrientation As SftTreeOrientationDefaultConstants |
| C#.NET | SftTreeOrientationDefaultConstants Style = object.BackColorOrientation; |
| VC++ | enum SftTreeOrientationDefaultConstants Style = object->BackColorOrientation; enum SftTreeOrientationDefaultConstants Style = object->GetBackColorOrientation(); |
| C | HRESULT object->get_BackColorOrientation(enum SftTreeOrientationDefaultConstants* Style); |
Put
| VB.NET | object.BackColorOrientation = Style As SftTreeOrientationDefaultConstants |
| VB | object.BackColorOrientation = Style As SftTreeOrientationDefaultConstants |
| C#.NET | SftTreeOrientationDefaultConstants object.BackColorOrientation = Style; |
| VC++ | enum SftTreeOrientationDefaultConstants object->BackColorOrientation = Style; void object->PutBackColorOrientation(enum SftTreeOrientationDefaultConstants Style); |
| C | HRESULT object->put_BackColorOrientation(enum SftTreeOrientationDefaultConstants Style); |
object
A SftTreeCell object.
Defines the cell's background gradient fill orientation.
| Name | Value | Description |
|---|---|---|
| defaultOrientationSftTree | -1 | (Default) - The default orientation defined using Column.BackColorOrientation is used. |
| horizontalDefaultOrientationSftTree | 0 | Horizontal - The gradient fill orientation is horizontal, starting at the left using Cell.BackColor and ending at the right edge of the cell using Cell.BackColorEnd (reversed when using RightToLeft rendering). |
| verticalDefaultOrientationSftTree | 1 | Vertical - The gradient fill orientation is vertical, starting at the top using Cell.BackColor and ending at the bottom edge of the cell using Cell.BackColorEnd. |
The BackColorOrientation property defines the cell's background gradient fill orientation.
See Also SftTreeCell Object | Object Hierarchy
