Search
BaseGauge(T).OnPaintForeground Method
See Also
 






Raises the PaintForeground event.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

protected virtual void OnPaintForeground (
    CustomPaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPaintForeground( _
    e As CustomPaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also