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