Summary
Gets the lines in the text.
- Namespace
- Avalonia
.Platform - Containing Type
- IFormattedTextImpl
Syntax
IEnumerable<FormattedTextLine> GetLines()
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of FormattedTextLine objects.
|