GrapeCity MultiRow Windows Forms Documentation
BackgroundImageOpacity Property (GcMultiRow)


Gets or sets the background image opacity.
Syntax
<DefaultValueAttribute()>
<TypeConverterAttribute("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the opacity percentage of the GcMultiRow's BackgroundImage.")>
<LocalizableAttribute(True)>
Public Property BackgroundImageOpacity As Double
Dim instance As GcMultiRow
Dim value As Double
 
instance.BackgroundImageOpacity = value
 
value = instance.BackgroundImageOpacity
[DefaultValue()]
[TypeConverter("System.Windows.Forms.OpacityConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[SRCategory("Appearance")]
[SRDescription("Indicates the opacity percentage of the GcMultiRow's BackgroundImage.")]
[Localizable(true)]
public double BackgroundImageOpacity {get; set;}

Property Value

A System.Double value that represents the background image opacity. The default is 1.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe value is greater than 1 or less than 0.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.