@H_403_11@ 代码如下: <Canvas
xmlns=" http://schemas.microsoft.com/client/2007"
xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml"
x:name="parentCanvas"
Loaded="Page_Loaded"
x:Class="DFModules.Page;assembly=ClIEntBin/DFModules.dll"
WIDth="640"
Height="480"
Background="White"
>
<TextBlock
Text=" http://BLOG.CSDN.NET/DOTFUN"
Canvas.top="195"
FontFamily="Verdana"
FontWeight="Bold"
FontSize="30" Canvas.left="42">
<TextBlock.Foreground>
<ImageBrush ImageSource="5.jpg" />
</TextBlock.Foreground>
</TextBlock>
<TextBlock
Text=" WWW.DOTFUN.CN"
Canvas.left="63.05" Canvas.top="244"
FontFamily="Verdana"
FontWeight="Bold"
FontSize="50">
<TextBlock.Foreground>
<ImageBrush ImageSource="4.jpg" />
</TextBlock.Foreground>
</TextBlock> </Canvas> 总结
以上是内存溢出为你收集整理的Silverlight学习笔记之文字特效之ImageBrush全部内容,希望文章能够帮你解决Silverlight学习笔记之文字特效之ImageBrush所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)