Nevron .NET Vision
Nevron.Chart Namespace / NAnnotation Class / Cache Property


In This Topic
    Cache Property (NAnnotation)
    In This Topic
    When set to true the control will cache the content of this panel when using smart painting.
    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
    [System.ComponentModel.Category("Panel")]
    [System.ComponentModel.Description("When set to true the control will cache the content of this panel when using smart painting.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool Cache {get; set;}
    Remarks
    Note that when you set this property to true you're responsible to manually refresh the contents of the panel.
    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