I have a text box like this
<TextBox x:Name="SA1" Grid.Row="1" Grid.Column="1" TextAlignment="Center"/>
I need a single/two digit number to be placed in the Top-Left corner of this textbox in a lowered font-size. And rest of the text must be styled in a bigger font-size at the center of the Textbox(both vert and hor).
How can I programmatically do this in C#. Similar to what we see in crossword puzzles.