Search
BaseGauge.CacheVisuals Property
See Also
 






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

 Syntax

C#  Copy Code

public bool CacheVisuals { get; set; }

Visual Basic  Copy Code

Public Property CacheVisuals As Boolean

 Property Value

true to cache background and foreground; otherwise, false.

 See Also