There is different built-in borders you can use for tables and panels.
To create a table and set it's border to SimpleHeavy as seen in the image above:
SimpleHeavy
var table = new Table(); table.Border = Border.SimpleHeavy;