What is the use if this control System.Windows.Controls.Border in WPF?
Ask by John Smith
Updated 20 Sep 2020
This 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.
.