2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 x:Class="ThreeDPointSample.app"
5 Startup="AppStartingUp"
7 <!-- Resources & Styles defined in this section will impact the entire application. -->
8 <Application.Resources>
9 <Style TargetType="{x:Type RadioButton}">
10 <Setter Property="RadioButton.Margin" Value="0,10,0,0" />
12 <Style TargetType="{x:Type TextBlock}">
13 <Setter Property="TextBlock.TextWrapping" Value="Wrap" />
15 </Application.Resources>