---
title: "What is the use if this control System.Windows.Controls.Border in WPF?"  
description: "What is the use if this control System.Windows.Controls.Border in WPF?"  
author: "John Smith"  
published: 2011-05-12  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/892/what-is-the-use-if-this-control-system-windows-controls-border-in-wpf  
category: "wpf"  
tags: ["wpf"]  
reading_time: 1 minute  

---

# What is the use if this control System.Windows.Controls.Border in WPF?

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.

.

## Answers

### Answer by John Smith

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.

.


---

Original Source: https://www.mindstick.com/interview/892/what-is-the-use-if-this-control-system-windows-controls-border-in-wpf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
