Edit

Share via


Panel.OnRender(DrawingContext) Method

Definition

Draws the content of a DrawingContext object during the render pass of a Panel element.

protected override void OnRender(System.Windows.Media.DrawingContext dc);

Parameters

dc
DrawingContext

The DrawingContext object to draw.

Applies to