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/