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