Overload List
| Name | Description | |
|---|---|---|
| Border()()()() |
Initialize a new instance of the Border class.
| |
| Border(Brush) |
Initialize a new instance of the Border class with the given brush.
| |
| Border(Color, Double) |
Initialize a new instance of the Border class with the given color and width.
| |
| Border(Pen, Brush) |
Initialize a new instance of the Border class with given pen and brush.
| |
| Border(Color, Double, Brush) |
Initialize a new instance of the Border class with the given color, width and brush.
| |
| Border(Color, Double, DashPattern, Brush) |
Initialize a new instance of the Border class with given color, width, patern and brush.
|