|
|
|
SftTreeColumn.BackColorOrientation Property |
Defines the default background gradient fill orientation of cells in this column.
Syntax
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; |
||
C |
HRESULT object->get_BackColorOrientation(enum SftTreeOrientationConstants* Style); |
||
Delphi |
Style := object.BackColorOrientation : TOleEnum; |
||
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; |
||
C |
HRESULT object->put_BackColorOrientation(enum SftTreeOrientationConstants Style); |
||
Delphi |
object.BackColorOrientation := Style : TOleEnum; |
object
A SftTreeColumn object.
Style
Defines the default background gradient fill orientation of cells in this column.
Name |
Value |
Description |
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). |
|
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. |
Comments
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