Copyright © 1998-2015 MultiMedia Soft

TextCaptionAlignment property

Previous pageReturn to chapter overviewNext page

Type

long for Visual C++

enumCaptionAlignment for Visual Basic

 

 

Syntax

object.TextCaptionAlignment [=enumCaptionAlignment]

 

 

Remarks

The horizontal alignment applied to the Caption text.

Supported values are the following:

Mnemonic constant

Value

Meaning

ALIGN_LEFT

0

The caption text is Left aligned.

3dabm_i000120

ALIGN_CENTER (default)

1

The caption text is Center aligned.

3dabm_i000121

ALIGN_RIGHT

2

The caption text is Right aligned.

3dabm_i000122