Syntax
Visual Basic (Usage) |
Copy Code
|
Dim instance As CredentialsDialog
Dim value As Double
instance.Opacity = value
value = instance.Opacity
|
C# |
|
[SRCategory("Window Style")]
[TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SRDescription("The opacity percentage of the control. ")]
[DefaultValue()]
public double Opacity {get; set;}
|
C++/CLI |
|
[SRCategory("Window Style")]
[TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SRDescription("The opacity percentage of the control. ")]
[DefaultValue()]
public:
property double Opacity {
double get();
void set ( double value);
}
|
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also