or
<telerik:RadMaskedTextInput x:Name="txtSSN" MinWidth="80" Value="{Binding SocialSecurityNo, UpdateSourceTrigger=PropertyChanged}" TextMode="MaskedText" InputBehavior="Replace" SelectionOnFocus="SelectAll" Mask="d3-d2-d4" FontSize="15" FontFamily="Century Gothic" BorderThickness="1" BorderBrush="#FFE3E9EF"/><t:RadPdfViewer Grid.Row="1" x:Name="PdfViewer" DocumentSource="{Binding Uri}" PreviewKeyDown="PdfViewer_OnPreviewKeyDown" DocumentChanged="PdfViewer_OnDocumentChanged"/>
<tt:RadDocking DragDropMode="Deferred" HasDocumentHost="False"> <tt:RadSplitContainer> <tt:RadPaneGroup> <tt:RadPane Header="Pane 1" /> </tt:RadPaneGroup> </tt:RadSplitContainer> <tt:RadSplitContainer Orientation="Vertical"> <tt:RadPaneGroup> <tt:RadPane Header="Pane 2" /> </tt:RadPaneGroup> <tt:RadPaneGroup tt:ProportionalStackPanel.RelativeSize="100,25"> <tt:RadPane Header="Pane 3" /> </tt:RadPaneGroup>
</tt:RadSplitContainer></tt:RadDocking>