level 1
代码如下:
<mui:ModernTab Layout="Custom" SelectedSource="/1.xaml" BorderThickness="0,0,0,0" BoederBrush="Red" FontSize = 5>
<mui:ModernTab.Background>
<ImageBrush ImageSource="/1.png" Stretch="Fill">
</ImageBrush>
</mui:ModernTab.Background>
<mui:ModernTab.Links>
<mui:Link DisplayName="测试1" Source="/2.xaml" CustomStyle="Custom" />
<mui:Link DisplayName="测试2" Source="/3.xaml" CustomStyle="Custom" />
</mui:ModernTab.Links>
</mui:ModernTab>
2016年10月17日 07点10分