「\n」を改行文字に置き換えたい
<VisualState x:Name="Snapped">
<Storyboard>
<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="Text" Storyboard.TargetName="textBlock">
<DiscreteObjectKeyFrame KeyTime="0" Value="Here is my text.\nThis is new line"/>
</Storyboard>
</VisualState>
出力テキストは次のとおりです。改行文字なし。Here is my text.\nThis is new line
PS:この値をリソースファイルの文字列で埋めることができれば、それは素晴らしいことです。どちらの方法でも役に立ちますが、後で1つを使用することをお勧めします。