'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")> <CategoryAttribute("General")> Public Property RenderLargeBitmapsOnPortions As Boolean
'Usage Dim instance As Settings Dim value As Boolean instance.RenderLargeBitmapsOnPortions = value value = instance.RenderLargeBitmapsOnPortions
[DefaultValue()] [Description("Instructs the control to render large bitmaps on smaller chunks in order to minimize the memory footprint of the control.")] [Category("General")] public bool RenderLargeBitmapsOnPortions {get; set;}