 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| <SRDescriptionAttribute("The opacity percentage of the control. ")>
<SRCategoryAttribute("Window Style")>
<TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
Public Property Opacity As Double | 
| C# |  | 
|---|
| [SRDescriptionAttribute("The opacity percentage of the control. ")]
[SRCategoryAttribute("Window Style")]
[TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
public double Opacity {get; set;} | 
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 See Also
See Also