Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <Window x:Class="AnimatedButton.Window1"  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"  Title="AnimatedButton" Height="300" Width="300"   Background="Black">  
  2. <!-- Buttons arranged vertically inside a StackPanel. -->
  3. <StackPanel HorizontalAlignment="Left">    
  4. <Button>Button 1</Button>    
  5. <Button>Button 2</Button>    
  6. <Button>Button 3</Button>  
  7. </StackPanel>  
  8. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement