'Declaration <DescriptionAttribute("Whether or not to render the chart to a bitmap or use a double buffer window.")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property RenderSurface As TargetRenderSurface
'Usage Dim instance As Settings Dim value As TargetRenderSurface instance.RenderSurface = value value = instance.RenderSurface
[Description("Whether or not to render the chart to a bitmap or use a double buffer window.")] [Category("General")] [DefaultValue()] public TargetRenderSurface RenderSurface {get; set;}