Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 4, 2019 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/5f5f20740d33ba1ee4a0cbc8d762e1bd to your computer and use it in GitHub Desktop.
Save IntegerMan/5f5f20740d33ba1ee4a0cbc8d762e1bd to your computer and use it in GitHub Desktop.
<!-- Commands Area -->
<Border DockPanel.Dock="Right" Width="150">
<StackPanel Margin="0,8,12,0">
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding BrainCommand}">AI Move</Button>
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding RandomizeCommand}">Randomize Brain</Button>
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding ResetCommand}">Restart</Button>
<me:BrainInfoControl DataContext="{Binding Brain}"></me:BrainInfoControl>
</StackPanel>
</Border>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment