'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;}