Overload List

  NameDescription
Public methodBorder()()()()
Initialize a new instance of the Border class.
Public methodBorder(Brush)
Initialize a new instance of the Border class with the given brush.
Public methodBorder(Color, Double)
Initialize a new instance of the Border class with the given color and width.
Public methodBorder(Pen, Brush)
Initialize a new instance of the Border class with given pen and brush.
Public methodBorder(Color, Double, Brush)
Initialize a new instance of the Border class with the given color, width and brush.
Public methodBorder(Color, Double, DashPattern, Brush)
Initialize a new instance of the Border class with given color, width, patern and brush.

See Also