Method OnDrawingText
OnDrawingText(DrawContext?)
Called when the Text of the View is to be drawn.
protected override bool OnDrawingText(DrawContext? context)
Parameters
contextDrawContextThe draw context to report drawn areas to.
Called when the Text of the View is to be drawn.
protected override bool OnDrawingText(DrawContext? context)
context DrawContextThe draw context to report drawn areas to.