VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Markdown.Margins Class Reference

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...
 

Detailed Description

Represents the margins of a page.

Definition at line 185 of file MarkdownContext.cs.

Constructor & Destructor Documentation

◆ Margins()

VectSharp.Markdown.Margins.Margins ( double  left,
double  top,
double  right,
double  bottom 
)

Creates a new Margins instance.

Parameters
leftThe left margin.
topThe top margin.
rightThe right margin.
bottomThe bottom margin.

Definition at line 214 of file MarkdownContext.cs.

Property Documentation

◆ Bottom

double VectSharp.Markdown.Margins.Bottom
get

The bottom margin.

Definition at line 205 of file MarkdownContext.cs.

◆ Left

double VectSharp.Markdown.Margins.Left
get

The left margin.

Definition at line 190 of file MarkdownContext.cs.

◆ Right

double VectSharp.Markdown.Margins.Right
get

The right margin.

Definition at line 195 of file MarkdownContext.cs.

◆ Top

double VectSharp.Markdown.Margins.Top
get

The top margin.

Definition at line 200 of file MarkdownContext.cs.


The documentation for this class was generated from the following file: