TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hari babu
NA
16
30.6k
Outerglow bitmap effect
Sep 6 2010 9:52 AM
Hello sir / madam,
I am trying to set outrglow bitmap effect to button but it is not showing.
The XAML code file i am using is
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>
<StackPanel>
<Button Name="h" Width="100" Margin="10" Content="Glow Effect" >
<Button.BitmapEffect>
<OuterGlowBitmapEffect GlowColor="red" Noise="1" Opacity="0.2" GlowSize="50" />
</Button.BitmapEffect>
</Button>
</StackPanel>
</Grid>
</Window>
Please kindly help me anybody.........
Thanks in advance.............
Reply
Answers (
1
)
Transform a model's positions directly
Image OterGlowBitMapEffect