Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Decorator > Border, IInputElement
(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 |
|
(description) |
The Brush that fills the area between the bounds of a Border. |
BorderBrush |
|
(description) |
The Brush that draws the outer border color. |
BorderThickness |
|
(description) |
The relative Thickness of a Border. |
CornerRadius |
|
(description) |
A value that represents the degree to which the corners of a Border are rounded. |
Padding |
|
(description) |
A Thickness value that describes the amount of space between a Border and its child element. |