SharpLeaf Reference > Frame : PageElement Class > Box Property Frame.Box Property
BoxStyle used for frame decoration (default is null for none).
When using a BoxStyle, the Gutter property also probably needs to be set to a positive value.
public BoxStyle Box {get; set;}
Example
frame.Box = new BoxStyle(1,Color.Gray); // 1-point grey box
See also ...PageLayout Glossary | Frame.Members | Frame.Gutter Property
Send comments on this topic © Dyalog Ltd 2021
|