标签: wpf silverlight
我有一个嵌套在Viewbox中的TextBlock。
TextBlock
<Viewbox x:Name="ContentPanel"> <TextBlock x:Name="CharacterBlock" TextAlignment="Center" Text="愛" /> </Viewbox>
我如何知道TextBlock的高度和宽度? RenderSize和ActualWidth/Height都返回原始大小,而不是视图框缩放的大小。
RenderSize
ActualWidth/Height