|
|
|
SftTreeCell.BackColorOrientation Property |
Defines the cell's background gradient fill orientation.
Syntax
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; |
||
C |
HRESULT object->get_BackColorOrientation(enum SftTreeOrientationDefaultConstants* Style); |
||
Delphi |
Style := object.BackColorOrientation : TOleEnum; |
||
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; |
||
C |
HRESULT object->put_BackColorOrientation(enum SftTreeOrientationDefaultConstants Style); |
||
Delphi |
object.BackColorOrientation := Style : TOleEnum; |
object
A SftTreeCell object.
Style
Defines the cell's background gradient fill orientation.
Name |
Value |
Description |
-1 |
(Default) - The default orientation defined using Column.BackColorOrientation is used. |
|
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). |
|
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. |
Comments
The BackColorOrientation property defines the cell's background gradient fill orientation.
See Also SftTreeCell Object | Object Hierarchy