我定義爲這樣一個路徑:淡入淡出Silverlight中的路徑?
<Viewbox Visibility="Collapsed" x:Name="Tick" Grid.Column="1" Grid.Row="1">
<Canvas MaxWidth="100" MaxHeight="100" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="100" Height="100" Canvas.Left="0" Canvas.Top="0">
<Path ...Fill="#FF00B800" x:Name="MyPath" (path dimensions, lines, etc) .../>
</Canvas>
</Viewbox>
現在我想要做的是什麼操縱填補這樣就會造成道路有淡入/淡出效果。基本上,填充alpha組件或者根據路徑在裏面的viewbox是否可見,轉向不透明或透明。因此,當可見路徑淡入時,摺疊時路徑淡出。