[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.OnRender

OnRender Method

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Declaration
protected override void OnRender(DrawingContext drawingContext)
Protected Overrides Sub OnRender(drawingContext As DrawingContext)
Parameters
Type Name Description
DrawingContext drawingContext

The drawing instructions for a specific element. This context is provided to the layout system.

Overrides