Search
BaseGauge.PrepaintScale Event
See Also
 






Raised when a tick in the gauge is being painted.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler<PrepaintEventArgs> PrepaintScale

Visual Basic  Copy Code

Public Event PrepaintScale As EventHandler(Of PrepaintEventArgs)

 Event Data

PrepaintScale event handlers receive an argument of type PrepaintEventArgs.

 See Also