Class TextLine
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
Height
public float Height { get; set; }
Property Value
IsLastInParagraph
public bool IsLastInParagraph { get; set; }
Property Value
IsNewParagraph
public bool IsNewParagraph { get; set; }
Property Value
Spans
public List<LineSpan> Spans { get; set; }
Property Value
Value
public string Value { get; set; }
Property Value
Width
public float Width { get; set; }