VectSharp 2.6.1
A light library for C# vector graphics
|
Represents the margins of a page. More...
Public Member Functions | |
Margins (double left, double top, double right, double bottom) | |
Creates a new Margins instance. More... | |
Properties | |
double | Left [get] |
The left margin. More... | |
double | Right [get] |
The right margin. More... | |
double | Top [get] |
The top margin. More... | |
double | Bottom [get] |
The bottom margin. More... | |
Represents the margins of a page.
Definition at line 299 of file MarkdownContext.cs.
VectSharp.Markdown.Margins.Margins | ( | double | left, |
double | top, | ||
double | right, | ||
double | bottom | ||
) |
Creates a new Margins instance.
left | The left margin. |
top | The top margin. |
right | The right margin. |
bottom | The bottom margin. |
Definition at line 328 of file MarkdownContext.cs.
|
get |
The bottom margin.
Definition at line 319 of file MarkdownContext.cs.
|
get |
The left margin.
Definition at line 304 of file MarkdownContext.cs.
|
get |
The right margin.
Definition at line 309 of file MarkdownContext.cs.
|
get |
The top margin.
Definition at line 314 of file MarkdownContext.cs.