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