Method OnDrawingSubviews
OnDrawingSubviews(DrawContext?)
Called when the Subviews are to be drawn.
protected virtual bool OnDrawingSubviews(DrawContext? context)
Parameters
context
DrawContextThe 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()