HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

BackColorOrientation Property, SftTreeCell Object

Defines the cell's background gradient fill orientation.

Syntax

Get

VB.NETStyle = object.BackColorOrientation As SftTreeOrientationDefaultConstants
VBStyle = object.BackColorOrientation As SftTreeOrientationDefaultConstants
C#.NETSftTreeOrientationDefaultConstants Style = object.BackColorOrientation;
VC++enum SftTreeOrientationDefaultConstants Style = object->BackColorOrientation;
enum SftTreeOrientationDefaultConstants Style = object->GetBackColorOrientation();
CHRESULT object->get_BackColorOrientation(enum SftTreeOrientationDefaultConstants* Style);

Put

VB.NETobject.BackColorOrientation = Style As SftTreeOrientationDefaultConstants
VBobject.BackColorOrientation = Style As SftTreeOrientationDefaultConstants
C#.NETSftTreeOrientationDefaultConstants object.BackColorOrientation = Style;
VC++enum SftTreeOrientationDefaultConstants object->BackColorOrientation = Style;
void object->PutBackColorOrientation(enum SftTreeOrientationDefaultConstants Style);
CHRESULT object->put_BackColorOrientation(enum SftTreeOrientationDefaultConstants Style);

object

A SftTreeCell object.

Style

Defines the cell's background gradient fill orientation.

NameValueDescription
defaultOrientationSftTree-1(Default) - The default orientation defined using Column.BackColorOrientation is used.
horizontalDefaultOrientationSftTree0Horizontal - 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).
verticalDefaultOrientationSftTree1Vertical - 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


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.