WindowOverlayShape.Opacity Property

Top 

Description

Global opacity modifier for each Shape object. Opacities defined at lower levels such as RectangleOptions.FillOpacity are combined multiplicatively with this opacity modifier. Exception: Text Backdrops are not affected by this property.

 

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:

number

Access:

read/write

Default Value:

1.0

Valid Range:

0 ≤ WindowOverlayShape.Opacity ≤ 1

 

Syntax

myVariable1 = myWindowOverlayShape1.Opacity;

 

myWindowOverlayShape1.Opacity = myVariable1;

 

See also

WindowOverlayShape Object