Search
BaseGauge.OnPaintBackground Method
See Also
 






Raises the PaintBackground event.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

protected virtual void OnPaintBackground (
    CustomPaintEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnPaintBackground ( _
    e As CustomPaintEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also