如果你運行這段代碼和最小化/最大化窗口內嵌對象的TextBlock用的TextTrimming = CharacterEllipsis或WordEllipsis
<TextBlock TextTrimming="WordEllipsis" >
<Run Text="I want that this rectangle will be placed "/>
<Rectangle Fill="Black" Width="20" Height="10" />
<Run Text=" here when I minimize width of the window"/>
</TextBlock>
你會看到什麼Rectange將轉移到左側的寬度。
是WPF中的錯誤?
我沒有發現提到InlineUIContainers(如矩形)從文本微調免徵WPF文檔中的任何東西。因此我認爲這是WPF實現中的一個錯誤,或者是WPF文檔中的一個缺失。我建議你在[Microsoft Connect](http://connect.microsoft.com/)上創建一個錯誤報告。 – 2012-09-08 15:13:33