Property Lines
Lines
Gets the formatted lines.
public List<ustring> Lines { get; }
Property Value
- List<ustring>
Remarks
Upon a 'get' of this property, if the text needs to be formatted (if NeedsFormat is true
)
Format(ustring, int, bool, bool, bool, int, TextDirection) will be called internally.