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
Roberto Salemi
NA
146
141.1k
[WPF] Storyboard and Mouse Over
May 15 2015 10:34 AM
Hi,
I have this storyBoard:
<Storyboard x:Key="myStoryBoard"
BeginTime="00:00:00"
RepeatBehavior="Forever"
Storyboard.TargetName="myBtn"
Storyboard.TargetProperty="(Foreground).(SolidColorBrush.Color)">
<ColorAnimation From="Black" To="Red" Duration="0:0:1"/>
</Storyboard>
<Button Name="myBtn" Margin="10" Height="30" Content="MY BUTTON">
I set it with myStoryBoard.Begin() or .Stop() and it works fine.
I have only a problem, when mouse is over the blink is stopped.
Why?
Thanks.
Reply
Answers (
5
)
[WPF] TextBlock: set length of number with string format
WPF-Radio button and checkbox validation using if statements