Advanced Forum Search Results
-
I am wanting to animate an object along a path. Is it possible to create an animate that can take a Path object that has multiple BezierSegment objects in the PathFigures collection?
If not, I'm guesing I would just need to use SplineKeyFrames but it would be much easier to just setup a Path that identifies how the X/Y should transform ...
-
I have a custom control that is 40x40 in size and I want to show a tooltip when the user hovers over the control. I am trying to encapsulate all the logic in the control but when I have this in the XAML:
<ToolTip x:Name="tip" Width="150" Height="150" ...