'Declaration
<SRDescriptionAttribute("The opacity percentage of the control. ")> <System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")> <SRCategoryAttribute("Window Style")> <System.ComponentModel.DefaultValueAttribute()> Public Property Opacity As System.Double
'Usage
Dim instance As EditSourceDialog Dim value As System.Double instance.Opacity = value value = instance.Opacity
[SRDescription("The opacity percentage of the control. ")] [System.ComponentModel.TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")] [SRCategory("Window Style")] [System.ComponentModel.DefaultValue()] public System.double Opacity {get; set;}