Gets or sets the opacity of the BackgroundImage.
<TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the opacity of the BackgroundImage.")>
<DefaultValueAttribute()>
Public Property BackgroundImageOpacity As Double
Dim instance As CellNoteStyle
Dim value As Double
instance.BackgroundImageOpacity = value
value = instance.BackgroundImageOpacity
[TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the opacity of the BackgroundImage.")]
[DefaultValue()]
public double BackgroundImageOpacity {get; set;}
Property Value
A
System.Double value that indicates the opacity of the BackgroundImage. The default is double.NaN.
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