Graphics DropShadowFilter : DropShadowFilter « Effects « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Effects » DropShadowFilterScreenshots 
Graphics DropShadowFilter
           
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    
    <mx:Image source="http://server.com/a.gif" x="10" y="10" >
        <mx:filters>
            <mx:DropShadowFilter />
        </mx:filters>
    </mx:Image>
</mx:Application>

   
    
    
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.Apply DropShadowFilter to controlApply DropShadowFilter to control
2.Use ActionScript to apply DropShadowFilter to Label's filterUse ActionScript to apply DropShadowFilter to Label's filter
3.Apply a white shadow to the Label controlApply a white shadow to the Label control
4.DropShadowFilter for filtersDropShadowFilter for filters
5.Apply Filter with ActionScriptApply Filter with ActionScript
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.