WindowOverlayTextOptions.AlignmentHorizontal Property

Top 

Description

The horizontal alignment of the text inside the formatting area.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

1 ( Center )

Valid Values:

Value

Label

0

Left

1

Center

2

Right

 

Syntax

myVariable1 = myWindowOverlayTextOptions1.AlignmentHorizontal;

 

myWindowOverlayTextOptions1.AlignmentHorizontal = myVariable1;

 

See also

WindowOverlayTextOptions Object