WEB开发网
开发学院图形图像Flash Silverlight 技巧、窍门和最佳实践 阅读

Silverlight 技巧、窍门和最佳实践

 2008-10-26 11:49:37 来源:WEB开发网   
核心提示: Figure4RevolvingAuto 应用程序—Scene.xaml <Canvasxmlns="http://schemas.microsoft.com/client/2007"xmlns:x="http://schemas.micro

Silverlight 技巧、窍门和最佳实践Figure4RevolvingAuto 应用程序—Scene.xaml

<Canvas
 xmlns="http://schemas.microsoft.com/client/2007"
 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 Loaded="onLoaded">
 <Canvas x:Name="ProgressBarCanvas"
  Canvas.Left="260" Canvas.Top="100">
  <Rectangle x:Name="ProgressBarContainer" Canvas.Left="0"
   Canvas.Top="0" Width="380" Height="12" Stroke="#606060" />
  <Rectangle x:Name="ProgressBar" Canvas.Left="2" Canvas.Top="2"
   Width="0" Height="8" Fill="#303030" />
 </Canvas>
 <Canvas x:Name="AutoCanvas">
  <Canvas.Resources>
   <Storyboard x:Name="TimerStoryboard" Duration="0:0:0.2"
    Completed="onTick" />
  </Canvas.Resources>
  <Canvas.RenderTransform>
   <ScaleTransform x:Name="ZoomTransform" CenterX="450" />
  </Canvas.RenderTransform>
 </Canvas>
</Canvas>

上一页  3 4 5 6 7 8 9 10  下一页

Tags:Silverlight 技巧 窍门

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接