그래서 Silverlight 4.0을 사용하고 있는데 다음과 같은 오류가 있습니다. "회원"TextTrimming "이 인식되지 않거나 액세스 할 수 없습니다.", Visual Studio 2010에서 실행하면 정상적으로 작동합니다.회원 "TextTrimming"이 Expression Blend에서 인식되지 않습니까?
<TextBlock Margin="0,30,28.789,50.455" TextWrapping="Wrap" TextTrimming="WordEllipsis" HorizontalAlignment="Right" Width="117" RenderTransformOrigin="0.5,0.5" UseLayoutRounding="False" d:LayoutRounding="Auto" Text="This is some text in a sticky note for the sake of making sure that the text will fit and that the user can see all the necessary details that are going to be available and stuff" LineHeight="-1" FontWeight="Normal">
<TextBlock.RenderTransform>
<TransformGroup>
<ScaleTransform/>
<SkewTransform AngleX="8"/>
<RotateTransform/>
<TranslateTransform/>
</TransformGroup>
</TextBlock.RenderTransform>
그래 나는 보지 못했다 MSDN 또는 자신의 사이트에 Expression Blend를 4? 그게 사실인지 확신 할 수 없었습니다. – emalamisura