'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the opacity of the background.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property TransparentBackground As System.Boolean
'Usage
Dim instance As NSettings Dim value As System.Boolean instance.TransparentBackground = value value = instance.TransparentBackground
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the opacity of the background.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool TransparentBackground {get; set;}