| Syntax | SetIconProperty(@"IconTitle", #defaultRect, rect) | |||
| Type | Icon property | |||
| Description | This property controls the default size used for all new sprites created from a Flash movie sprite icon. The defaultRectsetting also applies to all existing sprites that have not been stretched. You specify the property values as aRect; for example,Rect(0,0,32,32).
The  
You can get and set the value of the  | |||
| Example | This statement sets the defaultRectproperty to the size of the Presentation window.
 SetIconProperty(@"Flash Icon", #defaultRect, Rect(0,0,WindowWidth, WindowHeight)) | |||
| Related Functions | FlashRect property,defaultRectMode property
 
 
 |