2020-09-09 14:27:40 +02:00

355 B

Title: Borders Order: 2

There is different built-in borders you can use for tables and panels.

Built-in borders

Usage

To create a table and set it's border to SimpleHeavy as seen in the image above:

var table = new Table();
table.Border = Border.SimpleHeavy;