SharpLeaf Reference > Frame : PageElement Class Frame : PageElement Class
Defines a region on the page into which text can flow. The frame can be invisible, or have a BoxStyle and a gutter. It also controls whether content should be clipped or not, and whether flow should automatically skip to next Frame.
public class Frame : PageElement
Constructors
- public Frame(string id,double xfrom, double yfrom, double xto, double yto);
- public Frame(string id,double xfrom, double yfrom, double xto, double yto, bool skip, bool xclip, bool yclip);
- public Frame(string id,double xfrom,double yfrom,double xto,double yto,bool skip,bool xclip,bool yclip,BoxStyle box,double gutter);
Frame Instance PropertiesBox | BoxStyle used for frame decoration (default is null for none) | Gutter | Size of the inner margin in points (default is 0) | Id | String identifier of the frame | Skip | Automatic skipping to next frame when hitting the bottom (defaults to true) | XClip | Eliminate any content that extends beyond the left or right edges of the frame (defaults to false) | YClip | Eliminate any content that extends beyond the top or bottom edges of the frame (defaults to false) |
Frame Methods
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
Send comments on this topic © Dyalog Ltd 2021
|