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