GrapeCity MultiRow Windows Forms Documentation
BackgroundImage Property (Section)


Gets or sets the background image displayed in the Section.
Syntax
<SRDescriptionAttribute("Indicates the background image of the Section.")>
<FeatureAttribute(Name="Section", Version="V5.0")>
<LocalizableAttribute(True)>
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property BackgroundImage As Image
Dim instance As Section
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
[SRDescription("Indicates the background image of the Section.")]
[Feature(Name="Section", Version="V5.0")]
[Localizable(true)]
[SRCategory("Appearance")]
[DefaultValue()]
public Image BackgroundImage {get; set;}

Property Value

A System.Drawing.Image that represents the image to display in the background of the Section. The default is a null reference (Nothing in Visual Basic).
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

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.