No announcements
Found 681655 threads
-
0 Votes
Canvas Pushpin
This can be achieved, however the issue with your code is that images load asynchronously and as such you are grabbing the data UR of the canvas before the image has loaded.Answered | 1 Replies | 578 Views | Created by owen5 - Friday, July 8, 2016 1:38 PM | Last reply by Ricky_Brundritt - Friday, July 8, 2016 4:59 PM -
0 Votes
trigger powerpoint animations in c#
I'm going to assume you have the following directive near the top of your code sheet: using PowerPoint = ...Answered | 2 Replies | 6203 Views | Created by Lucxyz - Wednesday, August 1, 2012 2:38 PM | Last reply by JosephFox - Wednesday, August 8, 2012 6:47 AM -
1 Votes
Please help with doing multiple animations
Nice thanks alot code works great just what i needed.Answered | 2 Replies | 671 Views | Created by john12122 - Saturday, October 26, 2019 1:58 AM | Last reply by john12122 - Tuesday, October 29, 2019 12:32 PM -
1 Votes
Capture Canvas with Mouse pointer
Are you looking for a typical code sample?Answered | 3 Replies | 5628 Views | Created by Khanna Gaurav - Monday, October 18, 2010 7:43 AM | Last reply by Jie Bao - Tuesday, October 19, 2010 8:03 AM -
1 Votes
animate gradientstops in c#
hey, i create several Ellipses inside a xaml-code and now i need to create a method to animate the Fill and BorderBrush of them.Answered | 1 Replies | 3650 Views | Created by HealthyBeerDude - Wednesday, April 20, 2011 3:03 PM | Last reply by Barot Bhavik - Wednesday, April 20, 2011 4:09 PM -
0 Votes
Animation without XAML
I thought the animation was affecting the canvas.Answered | 5 Replies | 4202 Views | Created by WPFisCool - Tuesday, March 24, 2009 7:42 PM | Last reply by WPFisCool - Wednesday, March 25, 2009 5:45 PM -
0 Votes
Animate image on extended splash screen
Hi JP_Developer, You could add Storyboard which includes Animation to Resources and Set the “From” and “To” of the ...Answered | 1 Replies | 462 Views | Created by JP_Developer - Monday, May 2, 2016 1:30 PM | Last reply by Active Geometry - Wednesday, May 4, 2016 6:29 AM -
3 Votes
[UWP][C#]Animation of Canvas using C#
Here I meet some issue, if the canvas contains child element in it, animation doesn’t work anymore, but it works perfectly without any ...Proposed | 3 Replies | 1226 Views | Created by Microkid2018 - Monday, May 29, 2017 8:06 AM | Last reply by Breeze Liu - Wednesday, June 7, 2017 7:12 AM -
0 Votes
set position in canvas
To set a Canvas child position you need to set one or more of the Attached Properties Canvas.Top, Canvas.Buttom, Canvas.Left, Canvas.Right or on the other hand to set its Margin.Answered | 2 Replies | 4105 Views | Created by Vineeth Paliath - Thursday, October 16, 2008 4:12 AM | Last reply by Vineeth Paliath - Thursday, October 16, 2008 8:10 AM -
0 Votes
Get the position of a control on a canvas
Something like: foreach (Grid child in this.dragCanvas.Children) { double left = ...Answered | 1 Replies | 3769 Views | Created by Rayne Reid - Thursday, July 29, 2010 2:01 PM | Last reply by wjousts - Thursday, July 29, 2010 2:48 PM -
0 Votes
Printing Canvas
You haven't explained what goes in the canvas.Answered | 4 Replies | 887 Views | Created by rpirozhkov - Friday, August 28, 2015 10:46 AM | Last reply by rpirozhkov - Friday, August 28, 2015 11:58 AM -
0 Votes
animated GIF pushpin support for Bing Maps V8?
https://blogs.bing.com/maps/2014/08/07/bring-your-maps-to-life-creating-animations-with-bing-maps-javascript/ Is there any way to perform this ...Answered | 2 Replies | 2673 Views | Created by Bernardo Salazar - Tuesday, August 16, 2016 3:38 PM | Last reply by vikas dugi - Tuesday, April 16, 2019 12:33 PM -
1 Votes
Animated (programmatic) panning/moving to location
Hi Ricky, Have you worked on the possibility to expose a new way of using animation in the map (ViewOptions) ?Answered | 4 Replies | 848 Views | Created by Nico Baumgarten - Wednesday, June 29, 2016 7:27 AM | Last reply by JNEVO - Tuesday, October 4, 2016 7:31 AM -
3 Votes
[UWP]Offset.X not being animated by expression animation (Windows.UI.Composition)
The following is my code sample: <ListView x:Name="ThumbnailList" ...Answered | 2 Replies | 1152 Views | Created by PWDiv Apps - Thursday, September 22, 2016 7:55 PM | Last reply by Xavier Xie-MSFT - Wednesday, September 28, 2016 8:48 AM -
0 Votes
How to set animation on child element of canvas
Assuming you're loading the Ellipse.xaml into the root of the main canvas, then you can start the animation just like any other animation.Answered | 1 Replies | 5614 Views | Created by DINESH CHAUDHARI - Monday, March 5, 2007 5:55 AM | Last reply by Bryant Likes - Monday, March 5, 2007 6:27 PM -
2 Votes
Animation in CodeBehind just works once.
Like Magnus already mentioned the animations overlay the base value.Answered | 4 Replies | 892 Views | Created by HealthyBeerDude - Friday, December 6, 2013 11:28 PM | Last reply by HealthyBeerDude - Monday, December 9, 2013 6:04 AM -
2 Votes
Three Grid with animation
There is no routed event for this but you could handle the IsVisibleChanged event and start the animations programmatically.Answered | 3 Replies | 639 Views | Created by CPGTech Hub - Wednesday, October 8, 2014 6:02 PM | Last reply by Magnus (MM8) - Friday, October 10, 2014 3:42 PM -
1 Votes
Storyboard Animation in Expression Blend and Code Behind
Sorry, it should of course be the name of the method in code-behind, i.e.Answered | 3 Replies | 1007 Views | Created by pat3d3r - Thursday, December 12, 2013 2:21 PM | Last reply by Magnus (MM8) - Thursday, December 12, 2013 9:36 PM -
0 Votes
Canvas Max Size?
Example code: var img = new Image(); img.onload = function () { var c = ...Answered | 7 Replies | 10442 Views | Created by STBraley - Wednesday, June 20, 2012 3:36 AM | Last reply by UOW_Nick - Tuesday, November 27, 2012 5:54 AM -
0 Votes
Event Triggers, Animations and Code: Firing Order
Suppose I create a Border style that performs an animation when clicked.Answered | 1 Replies | 3844 Views | Created by Darren_SE - Wednesday, September 3, 2008 2:05 PM | Last reply by Drew Marsh - Thursday, September 4, 2008 2:53 AM
No announcements