Чтобы продемонстрировать работу нового элемента управления ViewBox, достаточно рассмотреть небольшой пример:
<UserControl x:Class="ViewBox_Chapter0.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid x:Name="LayoutRoot" Background="White">
<StackPanel>
<Button Content="Hello" Width="400" Height="100"></Button>
</StackPanel>
</Grid>
</UserControl>
Читать всю статью на моем блоге о технологиях