G-L > globalStyleFormat

 

globalStyleFormat

Availability

Flash Player 6.

Usage

globalStyleFormat.styleProperty

Parameters

styleProperty A property of the FStyleFormat object.

Returns

Nothing.

Description

Object instance; an instance of the FStyleFormat object that defines the style format properties for Flash UI components. The globalStyleFormat instance is available once a Flash UI component is placed on the Stage. You set or change style format properites for Flash UI components by editing the properties in the globalStyleFormat object instance. For more information, see Customizing component colors and text in the Using Components chapter of Using Flash.

Example

The following code sets the arrow property of the FStyleFormat property for the globalStyleFormat instance.

globalStyleFormat.arrow = 0x800080;

See also

FStyleFormat (object)