Button HorizontalAlignment="Center" : Button « Windows Presentation Foundation « C# / C Sharp
- C# / C Sharp
- Windows Presentation Foundation
- Button
Button HorizontalAlignment="Center"

<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
WindowTitle="Xaml Page">
<StackPanel>
<Button HorizontalAlignment="Center" Margin="24">
Hello, XAML!
</Button>
</StackPanel>
</Page>
Related examples in the same category