In a Silverlight application, drag a border control, and inside the border drop a rectangle. Somewhat like the image below. The question here is… Horizontal Alignment setting has a default value Stretch. How come it is behaving as if it is Center? <Rectangle Height="71" Name="rectangle2" Stroke="Black" StrokeThickness="1" Width="101" />
In the code above, you can see I haven't specified Horizontal Alignment. Hence, it should be Stre...
[More]