Created
November 3, 2022 10:20
-
-
Save jesusdesantos/483e3f358bc88c872e2030ab148661a7 to your computer and use it in GitHub Desktop.
Right-to-left Image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
Orientation="Horizontal" FlowDirection="RightToLeft"> | |
<Image Source="House.jpg" Margin="5"/> | |
<Image Source="House.jpg" Margin="5" FlowDirection="RightToLeft"/> | |
</StackPanel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment