'Declaration
<SRCategoryAttribute("CatWindowStyle")> <System.ComponentModel.TypeConverterAttribute(System.Windows.Forms.OpacityConverter)> <SRDescriptionAttribute("FormOpacityDescr")> <System.ComponentModel.DefaultValueAttribute(1)> Public Property Opacity As System.Double
'Usage
Dim instance As WorkbookDesigner Dim value As System.Double instance.Opacity = value value = instance.Opacity
[SRCategory("CatWindowStyle")] [System.ComponentModel.TypeConverter(System.Windows.Forms.OpacityConverter)] [SRDescription("FormOpacityDescr")] [System.ComponentModel.DefaultValue(1)] public System.double Opacity {get; set;}