Method OnDrawingSubViews
OnDrawingSubViews(DrawContext?)
Called when the SubViews are to be drawn.
protected virtual bool OnDrawingSubViews(DrawContext? context)
Parameters
contextDrawContextThe draw context to report drawn areas to, or null if not tracking.
Returns
OnDrawingSubViews()
Called when the SubViews are to be drawn.
protected virtual bool OnDrawingSubViews()