Table of Contents

Class TextLine

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class TextLine
Inheritance
TextLine
Inherited Members
Extension Methods

Constructors

TextLine()

public TextLine()

Properties

Bounds

Set during rendering

public SKRect Bounds { get; set; }

Property Value

SKRect

Height

public float Height { get; set; }

Property Value

float

IsLastInParagraph

public bool IsLastInParagraph { get; set; }

Property Value

bool

IsNewParagraph

public bool IsNewParagraph { get; set; }

Property Value

bool

Spans

public List<LineSpan> Spans { get; set; }

Property Value

List<LineSpan>

Value

public string Value { get; set; }

Property Value

string

Width

public float Width { get; set; }

Property Value

float