Search
BaseGauge(T).PrepaintScale Event
See Also
 






Raised when a tick in the gauge is being painted.

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

 Syntax

C#  Copy Code

public event EventHandler<PrepaintEventArgs> PrepaintScale

Visual Basic  Copy Code

Public Event PrepaintScale As EventHandler(Of PrepaintEventArgs)

 Event Data

PrepaintPointer event handlers receive an argument of type PrepaintEventArgs.

 Remarks

This event can be used to disable or replace the default scale painting.

 See Also