mirror of https://github.com/AMT-Cheif/Stylet.git
10 lines
407 B
XML
10 lines
407 B
XML
<Window x:Class="Stylet.Samples.TabNavigation.ShellView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:s="https://github.com/canton7/Stylet"
|
|
Title="ShellView" Height="300" Width="300">
|
|
<Grid>
|
|
<TabControl Style="{StaticResource StyletConductorTabControl}"/>
|
|
</Grid>
|
|
</Window>
|