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
Issac Abraham
NA
19
0
Mouseover not working after click in WPF
Apr 12 2012 2:31 AM
Hi im using a button and im wrote a style for that on MouseOver to change the color
the style is working when MouseOver is there...but after i click and then MouseOver...
then MouseOver is not working...i mean color is not changing...
can anybody help
here is the code which i used
<Style x:Key="Header" TargetType="{x:Type Button}">
<Setter Property="Background" Value="#3D9828"/>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="#70af0e"/>
</Trigger>
</Style.Triggers>
</Style>
Reply
Answers (
1
)
How to give Padding for Datagrid
How can i set image border with gradient using c# in WPF