Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxRowHeaders.TextVAlign Property

Defines the vertical alignment of text in all row headers.

Syntax

Get

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

Put

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

object

A SftBoxRowHeaders object.

Style

Defines the vertical alignment of text in all row headers.

NameValueDescription
valignSftBoxCenter0The row header text is vertically centered.
valignSftBoxTop1The row header text is aligned with the top of the available area.
valignSftBoxBottom2The row header text is aligned with the bottom of the available area.

Comments

The TextVAlign property defines the vertical alignment of text in all row headers.

Individual row headers can override the default text alignment using the RowHeader.TextVAlign property.

The RowHeaders.TextHAlign property can be used to define the default horizontal alignment of text in all row headers.

See Also SftBoxRowHeaders Object | Object Hierarchy


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