'Declaration <DescriptionAttribute("Controls the device used for rendering (GDI+ / OpenGL).")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property RenderDevice As RenderDevice
'Usage Dim instance As Settings Dim value As RenderDevice instance.RenderDevice = value value = instance.RenderDevice
[Description("Controls the device used for rendering (GDI+ / OpenGL).")] [Category("General")] [DefaultValue()] public RenderDevice RenderDevice {get; set;}