Search
BaseGauge(T).OnPrepaintForeground Method
See Also
 






Raises the PrepaintForeground event.

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

 Syntax

C#  Copy Code

protected virtual void OnPrepaintForeground (
    PrepaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPrepaintForeground( _
    e As PrepaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also