Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

BackColorOrientation Property, SftTreeColumn Object

Defines the default background gradient fill orientation of cells in this column.

Syntax

Get

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

Put

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

object

A SftTreeColumn object.

Style

Defines the default background gradient fill orientation of cells in this column.

NameValueDescription
horizontalOrientationSftTree0Horizontal - 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).
verticalOrientationSftTree1Vertical - 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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.