|
|
|
@ -5,8 +5,8 @@ |
|
|
|
x:DataType="mobileSandbox:MainView"> |
|
|
|
<StackPanel Margin="100 50" Spacing="50"> |
|
|
|
<TextBlock Text="Login" Foreground="White" /> |
|
|
|
<TextBox Watermark="Text" /> |
|
|
|
<TextBox Watermark="Username" TextInputOptions.ContentType="Email" AcceptsReturn="True" TextInputOptions.ReturnKeyType="Search" /> |
|
|
|
<TextBox TextInputOptions.Multiline="True" AcceptsReturn="True" Watermark="Text" Height="200" TextWrapping="Wrap"/> |
|
|
|
<TextBox Watermark="Username" TextInputOptions.ContentType="Email" TextInputOptions.ReturnKeyType="Done" /> |
|
|
|
<TextBox Watermark="Password" PasswordChar="*" TextInputOptions.ContentType="Password" /> |
|
|
|
<TextBox Watermark="Pin" PasswordChar="*" TextInputOptions.ContentType="Digits" /> |
|
|
|
<Button Content="Login" Command="{Binding ButtonCommand}" /> |
|
|
|
|