Charting for WinForms Programmer's Guide
PrepaintEventArgs.CancelDefaultPainting Property
See Also
 






Gets or sets a value indicating whether the default painting of this element should be performed.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public bool CancelDefaultPainting { get; set; }

Visual Basic  Copy Code

Public Property CancelDefaultPainting As Boolean

 Property Value

true to cancel the painting of the current element; false to proceed with default painting.

 See Also

PrepaintEventArgs Members
PrepaintEventArgs Class
MindFusion.Gauges Namespace