In this step you'll begin in Visual Studio to create a UWP-style application using MaskedTextBox for UWP. When you add a C1MaskedTextBox control to your application, you'll have a complete, functional input editor. You can further customize the control to your application.
To set up your project and add C1MaskedTextBox controls to your application, complete the following steps:
Markup Copy Code <StackPanel x:Name="sp1" Width="Auto" Height="Auto" Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center"></StackPanel>
Elements in the panel will now appear centered and vertically positioned.
You've successfully created a UWP-style application. In the next step you'll add and customize TextBlock and C1MakedTextBox controls and complete setting up the application.