JAMS Developer Guide
Opacity Property (EditSourceDialog)


MVPSI.JAMS Namespace > EditSourceDialog Class : Opacity Property
Syntax
'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;}
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

Reference

EditSourceDialog Class
EditSourceDialog Members