Tagged Questions
0
votes
1answer
327 views
On Mouse over / on Getting focus, The Button Disappers in windows 8 metro app, How to disable that effect?
In Many places in my application i am using buttons in the UI but my doubt is :-
1)when a button gets focus or when it is getting mouse over also , the button background disappears (i.e, it becomes ...
3
votes
3answers
597 views
Accessing a style's storyboard of a button
My problem is that I have a Button and I want to access the Storyboard, which is a part of the assigned style.
<Button x:Name="pictureFolderButton" Content="Pictures" Style="{StaticResource ...