Description

Property controlling whether the text is centered or left aligned.

Property type

A mcGraphObjTextAlignment enumeration.  

Syntax

object.Alignment [= value]

The Alignment Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphObjText.
valueA mcGraphObjTextAlignment enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcgtaLeft0

Text is left justified.

 mcgtaCentered1

Text is centered.