Manages visual states and the logic for transitions between visual states for controls.
I am creating a WPF button using Windows 8 styling (formerly metro). I would like the focused state of the button …
wpf styling controltemplate visualstatemanagerHow do you bind the VisualStateManager state of a control to a property in you viewmodel? Can it be done?
wpf silverlight xaml mvvm visualstatemanagerUsing Silverlight 4 & WPF 4, I'm trying to create a button style that alters the text color of any contained text …
wpf silverlight button controltemplate visualstatemanagerI am trying to animate a control so that it's visibility is set to visible then animating the opacity from 0 …
wpf animation storyboard transition visualstatemanagerIn a wpf project I have this XAML code <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…
wpf wpftoolkit visualstatemanageri've been trying to deal with the following problem: When creating a custom animations for different visual states in Expression …
c# silverlight silverlight-3.0 expression-blend visualstatemanagerI'm trying to restyle a few ToggleButtons. Apparently I cannot simply set the background to a new color, because there …
wpf xaml visualstatemanagerJust when I think I understand the VisualStateManager, something proves me wrong. I'm using WPF 4 and am trying to simply …
wpf animation visualstatemanager transitions vsm