<TextBlock Name="PreviewTextBlock" TextWrapping="Wrap" FontFamily="Arial">
<Run x:Name="PreTextRun" ></Run>
<Run x:Name="FieldTextRun"></Run>
<Run x:Name="PostTextRun"></Run>
</TextBlock>
这是我的WPF代码。我将此文本块加载到一个堆栈面板中。当文本超出该堆栈面板宽度时,文本换行要执行的方式?