Alpha Property (FlexDisplayObject)

Action

Gets the alpha transparency value of the object specified.

Valid values are 0 (fully transparent) to 1 (fully opaque). The default value is 1. Display objects with alpha set to 0 are active, even though they are invisible.

Syntax

C#
protected Double alpha { get; }
VB
'Declaration
Protected Read Property alpha As Double

Access

Read only.