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

Frame Instance Properties

BoxBoxStyle used for frame decoration (default is null for none)
GutterSize of the inner margin in points (default is 0)
IdString identifier of the frame
SkipAutomatic skipping to next frame when hitting the bottom (defaults to true)
XClipEliminate any content that extends beyond the left or right edges of the frame (defaults to false)
YClipEliminate any content that extends beyond the top or bottom edges of the frame (defaults to false)

Frame Methods

CloneTake a deep copy of a Frame instance
GetCoordinatesGet the bounding box of the frame as an array
RenderXmlXML description of the Frame
SetCoordinatesSet the bounding box of the Frame
ToStringReadable summary of Frame detail

Requirements

Namespace: Causeway

Assembly: SharpPlot (in sharpplot.dll)


Send comments on this topic
© Dyalog Ltd 2021