I’m short on time, so here’s a quick screenshot and markup sample that illustrates the use of the Typography.NumeralStyle property (I’ve left it as an exercise to the reader to spot the difference between the two):

<TextFlow xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" FontFamily="Pescadero" FontSize="30" TextAlignment="Right">
<Paragraph><Inline Typography.NumeralStyle="Lining">1234567890</Inline>: Abcdefghij</Paragraph>
<Paragraph><Inline Typography.NumeralStyle=" OldStyle">1234567890</Inline>: Abcdefghij</Paragraph>
</TextFlow>
Aside
I’ve used Pescadero, an upcoming font by Ascender. We’re working with Ascender and hope to be able to include Pescadero, along with a few other OpenType fonts, in order to include these fonts in SDK under a license will allow developers to redistribute them with their Avalon based apps, something they can’t legally do with the other fonts supplied by Microsoft, or with most fonts acquired from third parties without a special license.