storyboard
Help me put event trigger for controls of type Expander!
Hello im trying to do something like this allrooms = remote.GetAllRooms(); for (int a = 0; a < allrooms.Count; a++) {[详细]
2023-02-09 20:50 分类:问答WPF Background change of Border OnMouseDown
I\'m trying to change the background of a border on left mousebutton down. Button I don\'t get it. Of Course my 开发者_运维知识库gradient has 3 stops.[详细]
2023-02-07 02:37 分类:问答Setting TargetName of PointAnimation to name of resource throws InvalidOperationException (XAML/Silverlight)
I have a Button control for which I\'m defining a custom template. Using some Storyboard\'s I can successfully manipulate control properties, named transforms and effects with Dou开发者_如何学CbleAnim[详细]
2023-02-06 04:05 分类:问答image transition
I\'ve gotten stuck again. I\'m creating a WPF project in C#... I\'ve got an image (album cover) that I\'ll be changing in code behind, and wish to basicaly do the following.[详细]
2023-02-03 22:58 分类:问答Can I by any means get the elapsed time of the storyboard in Silverlight?
Can I 开发者_Python百科by any means get the elapsed time of the storyboard in Silverlight? Storyboard _timer = new Storyboard();[详细]
2023-01-30 18:05 分类:问答ListBoxItem ControlTemplete.Triggers WPF
I am applying a ItemContainerStyle to a ListBox control. In my ListBoxItem style I have several triggers containing storyboard animations that apply to the current state of the ListBoxItem (IsSelected[详细]
2023-01-29 17:17 分类:问答Storyboard not available in codebehind
Why can I not access to the storyboard when using WPF. In Silverlight, the exact same code works. Codebehind VB[详细]
2023-01-29 12:49 分类:问答WPF Fade Out on a control
In my WPF app, I have a feedback control that I want to appear after a user action completes (save data, delete...).The visibility is set to Hidden to begin and style set to the animateFadeOut style d[详细]
2023-01-27 21:39 分类:问答Using binding in VisualState Storyboard
I am writing a custom control for a WPF application. I want to use a color animation in a Storyboard in a VisualState definition. The To property of that animation should be bound to a dependency prop[详细]
2023-01-27 19:36 分类:问答How to move a silverlight storyboard into a resourceDictionary?
I\'ve tried simply copying and pasting a storyboard into a resource dictionary but it does开发者_StackOverflown\'t work. So how can i successfully move a storyboard animation into a resource dictionar[详细]
2023-01-25 14:00 分类:问答