Gets or sets a value indicating whether the gauge will cache all background and foreground elements to improve performance.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public bool CacheVisuals { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CacheVisuals As Boolean |
true to cache background and foreground; otherwise, false.
See Also