SpreadsheetGear 2012
BackgroundImageLayout Property (ChartExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("The background image layout used for the component.")>
Public Overridable Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
'Usage
 
Dim instance As ChartExplorer
Dim value As System.Windows.Forms.ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[SRCategory("Appearance")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
public read-write property BackgroundImageLayout: System.Windows.Forms.ImageLayout; virtual; 
SRCategoryAttribute("Appearance")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("The background image layout used for the component.")
public function get,set BackgroundImageLayout : System.Windows.Forms.ImageLayout
[SRCategory("Appearance")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public: __property virtual System.Windows.Forms.ImageLayout get_BackgroundImageLayout();
public: __property virtual void set_BackgroundImageLayout( 
   System.Windows.Forms.ImageLayout value
);
[SRCategory("Appearance")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public:
virtual property System.Windows.Forms.ImageLayout BackgroundImageLayout {
   System.Windows.Forms.ImageLayout get();
   void set (    System.Windows.Forms.ImageLayout value);
}
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

ChartExplorer Class
ChartExplorer Members

Send Feedback