Nevron.Chart Namespace / NAnnotation Class / Cache Property


Cache Property (NAnnotation)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Panel")>
<System.ComponentModel.DescriptionAttribute("When set to true the control will cache the content of this panel when using smart painting.")>
<System.ComponentModel.DefaultValueAttribute(False)>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property Cache As System.Boolean
 
'Usage
 
Dim instance As NAnnotation
Dim value As System.Boolean
 
instance.Cache = value
 
value = instance.Cache
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also