GrapeCity MultiRow Windows Forms Documentation
BackgroundImageOpacity Property (CellNoteStyle)


Gets or sets the opacity of the BackgroundImage.
Syntax
<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.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The assigned value is less than 0 or greater than 1.
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

CellNoteStyle Class
CellNoteStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.