'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the control will simulate transparency.")> Public Property TransparentBackground As System.Boolean
'Usage
Dim instance As NButton Dim value As System.Boolean instance.TransparentBackground = value value = instance.TransparentBackground
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the control will simulate transparency.")] public System.bool TransparentBackground {get; set;}