Raised when the gauge background is being painted.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public event EventHandler<CustomPaintEventArgs> PaintBackground |
Visual Basic Copy Code |
---|
Public Event PaintBackground As EventHandler(Of CustomPaintEventArgs) |
PaintBackground event handlers receive an argument of type CustomPaintEventArgs.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |