Method DrawText
DrawText(DrawContext?)
Draws the Text of the View using the TextFormatter.
public void DrawText(DrawContext? context = null)
Parameters
context
DrawContextThe draw context to report drawn areas to.
Draws the Text of the View using the TextFormatter.
public void DrawText(DrawContext? context = null)
context
DrawContextThe draw context to report drawn areas to.