您的位置:首页 > 其它

#471 – Image 控件的FlowDirection 属性显示效果(How FlowDirection Works with the Image Element)

2016-11-29 17:05 405 查看
Image 控件置FlowDirection 属性为RightToLeft 实现水平方向上翻转。

<StackPanel Orientation="Horizontal">
<Image Source="Images\BestYears.jpg" Margin="5"/>
<Image Source="Images\BestYears.jpg" Margin="5" FlowDirection="RightToLeft"/>
</StackPanel>



原文地址:https://wpf.2000things.com/2012/01/12/471-how-flowdirection-works-with-the-image-element/


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  FlowDirection
相关文章推荐