How can i make image move on Y axis from top to bottom like in slots ? I have i my WPF this:
<Border BorderBrush="Black" Margin="62,97,398,128.6" BorderThickness="2" Name="border" >
<Grid>
<Image Name="obrazekAutomat1" Source="cisla/2.png"/>
</Grid>
</Border>
I would prefer it in CodeBehind. But i think if you give me XAML i would be able to rewrite it in C#.
Thanks :)