Search
PrepaintEventArgs.cancelDefaultPainting Property
See Also
 






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

Namespace: MindFusion.Gauges
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get cancelDefaultPainting() {}
set cancelDefaultPainting(value) {}

 Property Value

Boolean

true if the default painting of this element should be performed; otherwise, false.

 See Also