SharpLeaf Reference > Table Properties > Box Property Table.Box Property
BoxStyle for whole table (null for no box) (default is 1-pt black unfilled).
public BoxStyle Box {get; set;}
Example
tb.Box = new BoxStyle(2,Color.Navy);
See also ...Table Appearance | Table Glossary | Table Members | Table.SetOffset Method | Table.SetTitles Method
Send comments on this topic © Dyalog Ltd 2021
|