|
|
|
@ -3,8 +3,7 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:vm="clr-namespace:XamlTestApplication.ViewModels;assembly=XamlTestApplicationPcl" |
|
|
|
Title="Perspex Test Application" Width="800" Height="600"> |
|
|
|
<TextBox Watermark="Hello"></TextBox> |
|
|
|
<!--<Grid RowDefinitions="Auto,*,Auto" ColumnDefinitions="*,*"> |
|
|
|
<Grid RowDefinitions="Auto,*,Auto" ColumnDefinitions="*,*"> |
|
|
|
<TabControl Grid.Row="1" Grid.ColumnSpan="2" Padding="5"> |
|
|
|
<TabControl.Transition> |
|
|
|
<PageSlide Duration="0.25" /> |
|
|
|
@ -41,7 +40,6 @@ |
|
|
|
Foreground="#212121" /> |
|
|
|
<TextBlock Text="A label capable of displaying HTML content" FontSize="13" Foreground="#727272" |
|
|
|
Margin="0, 0, 0, 10" /> |
|
|
|
--><!--PLEASE, FIX <HtmlLabel /> --><!-- |
|
|
|
</StackPanel> |
|
|
|
</TabItem> |
|
|
|
<TabItem Header="Input"> |
|
|
|
@ -222,5 +220,5 @@ |
|
|
|
</Grid> |
|
|
|
</TabItem> |
|
|
|
</TabControl> |
|
|
|
</Grid>--> |
|
|
|
</Grid> |
|
|
|
</Window> |