What is the use if this control System.Windows.Controls.Border in WPF?
3143
12-May-2011
John Smith
12-May-2011This control will draw a border and/or background surrounding its nested elements. The Border control is commonly found in many default controls, such as System.Windows.Controls.Canvas, System.Windows.Controls.Label, and System.Windows.Controls.TextBox.
.