Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ImageVAlign Property, SftTreeCell Object

Defines the vertical alignment of the graphic in this cell.

Syntax

Get

VB.NETStyle = object.ImageVAlign As SftTreeVAlignConstants
VBStyle = object.ImageVAlign As SftTreeVAlignConstants
C#.NETSftTreeVAlignConstants Style = object.ImageVAlign;
VC++enum SftTreeVAlignConstants Style = object->ImageVAlign;
enum SftTreeVAlignConstants Style = object->GetImageVAlign();
CHRESULT object->get_ImageVAlign(enum SftTreeVAlignConstants* Style);

Put

VB.NETobject.ImageVAlign = Style As SftTreeVAlignConstants
VBobject.ImageVAlign = Style As SftTreeVAlignConstants
C#.NETSftTreeVAlignConstants object.ImageVAlign = Style;
VC++enum SftTreeVAlignConstants object->ImageVAlign = Style;
void object->PutImageVAlign(enum SftTreeVAlignConstants Style);
CHRESULT object->put_ImageVAlign(enum SftTreeVAlignConstants Style);

object

A SftTreeCell object.

Style

Defines the vertical alignment of the graphic in this cell.

NameValueDescription
valignSftTreeCenter0The graphic is vertically centered.
valignSftTreeTop1The graphic is aligned with the top of the available area.
valignSftTreeBottom2The graphic is aligned with the bottom of the available area.

Comments

The ImageVAlign property defines the vertical alignment of the graphic in this cell.

The Cell.ImageHAlign property is used to define the horizontal alignment of the graphic in this cell. The cell graphic is defined using the Cell.Image property.

See Also SftTreeCell Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.