i want to write c# code for this type of XAML: <
<Canvas Name="cnv_img" Width="Auto">
<Image Stretch="None" x:Name="sel_img" Canvas.Right="0" HorizontalAlignment="Right" VerticalAlignment="Top" IsEnabled="True">
</
Image></
Canvas> </Border>Generally, child are added as Parent.Children.Add(Child)
Border d'nt have children property, so how can we add child elements to it,
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.