Hari babu

Hari babu

  • NA
  • 16
  • 30.2k

Image OterGlowBitMapEffect

Sep 6 2010 10:39 AM
Hello sir/ madam,
                          I am trying to set the outerglow effect for image. But it is not been showing. The XAML code for this is as below

<Window x:Class="WpfApplication2.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525">

    <Grid>
        <Image Source="Login.jpg" Stretch="Fill" Width="100" Height="100">
            <Image.BitmapEffect>
                <OuterGlowBitmapEffect GlowColor="red" GlowSize="30" Noise="1"/>
            </Image.BitmapEffect>
        </Image>
    </Grid>

</Window>


Can any body please help with checkup on this code...... Please........
Thanks in advance.......


Answers (1)