1         <Grid Grid.Column="3"
 2               Margin="0,4,0,0"
 3               Background="Black">
 4             <Viewbox>
 5                 <Image Width="{Binding RelativeSource={RelativeSource Self}, Path=Source.PixelWidth}"
 6                        Height="{Binding RelativeSource={RelativeSource Self}, Path=Source.PixelHeight}"
 7                        Source="{Binding CtrlImage, IsAsync=True}"
 8                        Stretch="None" />
 9             </Viewbox>
10         </Grid>

 

转载于:https://www.cnblogs.com/zsx-blog/p/9884599.html

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐