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

Represents a text line. More...

Public Member Functions

 Line (double initialAscent)
 Create a new Line. More...
 

Properties

List< LineFragmentFragments [get]
 The fragments contained in the line. More...
 
double InitialAscent [get]
 The initial ascent for text on the Line. More...
 

Detailed Description

Represents a text line.

Definition at line 354 of file Line.cs.

Constructor & Destructor Documentation

◆ Line()

VectSharp.Markdown.Line.Line ( double  initialAscent)

Create a new Line.

Parameters
initialAscentThe initial ascent for text on the Line.

Definition at line 370 of file Line.cs.

Property Documentation

◆ Fragments

List<LineFragment> VectSharp.Markdown.Line.Fragments
get

The fragments contained in the line.

Definition at line 359 of file Line.cs.

◆ InitialAscent

double VectSharp.Markdown.Line.InitialAscent
get

The initial ascent for text on the Line.

Definition at line 364 of file Line.cs.


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