UIElement.OnRender override.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
protected virtual void OnRender ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub OnRender( _ |
The drawing instructions for a specific element. This context is provided to the layout system.
See Also