'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Whether or not to cache the internal image map created by the control.")> <DefaultValueAttribute()> Public Property CacheSelectionRendering As Boolean
'Usage Dim instance As Settings Dim value As Boolean instance.CacheSelectionRendering = value value = instance.CacheSelectionRendering
[Category("General")] [Description("Whether or not to cache the internal image map created by the control.")] [DefaultValue()] public bool CacheSelectionRendering {get; set;}