Skip to content

Instantly share code, notes, and snippets.

@RicardoACS
Created May 20, 2015 23:28
Show Gist options
  • Save RicardoACS/605b2b229718ef19053b to your computer and use it in GitHub Desktop.
Save RicardoACS/605b2b229718ef19053b to your computer and use it in GitHub Desktop.
Crear Boton en WPF C#
<Button Content="Button" HorizontalAlignment="Left" Margin="35,219,0,0" VerticalAlignment="Top" Width="93" RenderTransformOrigin="0.471,0.432" Height="41">
<Button.Background>
<SolidColorBrush Color="Brown"/>
</Button.Background>
</Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment