Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

TextVAlign Property, SftTreeRowHeader Object

Defines the vertical alignment of the text in this row header.

Syntax

Get

VB.NETStyle = object.TextVAlign As SftTreeVAlignDefaultConstants
VBStyle = object.TextVAlign As SftTreeVAlignDefaultConstants
C#.NETSftTreeVAlignDefaultConstants Style = object.TextVAlign;
VC++enum SftTreeVAlignDefaultConstants Style = object->TextVAlign;
enum SftTreeVAlignDefaultConstants Style = object->GetTextVAlign();
CHRESULT object->get_TextVAlign(enum SftTreeVAlignDefaultConstants* Style);

Put

VB.NETobject.TextVAlign = Style As SftTreeVAlignDefaultConstants
VBobject.TextVAlign = Style As SftTreeVAlignDefaultConstants
C#.NETSftTreeVAlignDefaultConstants object.TextVAlign = Style;
VC++enum SftTreeVAlignDefaultConstants object->TextVAlign = Style;
void object->PutTextVAlign(enum SftTreeVAlignDefaultConstants Style);
CHRESULT object->put_TextVAlign(enum SftTreeVAlignDefaultConstants Style);

object

A SftTreeRowHeader object.

Style

Defines the vertical alignment of the text in this row header.

NameValueDescription
valignSftTreeDefault-1The text is aligned as defined using the default settings for all row headers (see RowHeaders.TextVAlign).
valignSftTreeDefaultCenter0The text is vertically centered.
valignSftTreeDefaultTop1The text is aligned with the top of the available area.
valignSftTreeDefaultBottom2The text is aligned with the bottom of the available area.

Comments

The TextVAlign property defines the vertical alignment of the text in this row header.

Row header text and graphics are defined using the RowHeader.Text and RowHeader.Image properties.

The default alignment for all row headers is defined using the RowHeaders.TextHAlign and RowHeaders.TextVAlign properties.

See Also SftTreeRowHeader Object | Object Hierarchy


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