GrapeCity MultiRow Windows Forms Documentation
BackgroundImageLayout Property (Section)


Gets or sets a value that indicates how to layout the BackgroundImage.
Syntax
<LocalizableAttribute(True)>
<FeatureAttribute(Name="Section", Version="V5.0")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the background image layout used for the Section.")>
Public Property BackgroundImageLayout As ImageLayout
Dim instance As Section
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[Localizable(true)]
[Feature(Name="Section", Version="V5.0")]
[DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the background image layout used for the Section.")]
public ImageLayout BackgroundImageLayout {get; set;}

Property Value

One of the System.Windows.Forms.ImageLayout values. The default is System.Windows.Forms.ImageLayout.Tile.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the System.Windows.Forms.ImageLayout values.
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.