1.在工具箱中添加dll文件

silverlight处理gif格式图片

silverlight处理gif格式图片

silverlight处理gif格式图片

2.工具栏中将显示此控件,填写xaml文件

 1 <UserControl
 2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 4     xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 5     xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 6 
 7     xmlns:Controls="clr-namespace:ImageTools.Controls;assembly=ImageTools.Controls"
 8     x:Class="SilverlightApplication15.MainPage"
 9 
10     mc:Ignorable="d"
11     d:DesignHeight="300" d:DesignWidth="400">
12 
13     <Grid x:Name="LayoutRoot" Background="White">
14         <Controls:AnimatedImage x:Name="animatedImage1" HorizontalAlignment="Left" Height="236" Margin="36,27,0,0" VerticalAlignment="Top" Width="319"/>
15     </Grid>
16 </UserControl>
View Code

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2021-07-09
  • 2021-12-14
  • 2021-11-19
  • 2021-11-30
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2022-12-23
  • 2022-02-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-02-01
相关资源
相似解决方案