4.53 Border
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Decorator > Border, IInputElement | |
Border | |
(usage) |
<Border> UIElement </Border> |
(description) |
Draws a border, background, or both around another element. |
[content property] |
Child |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
Background |
Brush |
(description) |
The Brush that fills the area between the bounds of a Border. |
BorderBrush |
Brush |
(description) |
The Brush that draws the outer border color. |
BorderThickness |
Thickness |
(description) |
The relative Thickness of a Border. |
CornerRadius |
CornerRadius |
(description) |
A value that represents the degree to which the corners of a Border are rounded. |
Padding |
Thickness |
(description) |
A Thickness value that describes the amount of space between a Border and its child element. |