'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Controls the opacity of the background.")> Public Property TransparentBackground As Boolean
'Usage Dim instance As Settings Dim value As Boolean instance.TransparentBackground = value value = instance.TransparentBackground
[Category("General")] [Description("Controls the opacity of the background.")] public bool TransparentBackground {get; set;}