WindowOverlayTextOptions.SetMargin(Variable, Variable, Variable, Variable, Variable) Method

Top 

Description

Sets the spacing between the edges of the text shape and the text 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.

 

Method Signature

WindowOverlayTextOptions.SetMargin(

Variable units,


Variable left,


Variable right,


Variable top,


Variable bottom)

 

 

Arguments

units


Description:

Sets the units to either relative shape size or pixels

Valid Values:

Value

Label

0

Relative

1

Pixels

 

 

 

left


Description:

Margin on left edge of text formatting area

 

 

right


Description:

Margin on right edge of text formatting area

 

 

top


Description:

Margin on top edge of text formatting area

 

 

bottom


Description:

Margin on bottom edge of text formatting area

 

 

 

Syntax

myWindowOverlayTextOptions1.SetMargin(myVariable1, myVariable2, myVariable3, myVariable4, myVariable5);

 

 

See also

WindowOverlayTextOptions Object