JAMS Developer Guide
BackgroundImageLayout Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : BackgroundImageLayout Property
Syntax
'Declaration
 
<SRDescriptionAttribute("The background image layout used for the component.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRCategoryAttribute("Appearance")>
Public Overridable Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
'Usage
 
Dim instance As AgentCtl
Dim value As System.Windows.Forms.ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
[SRDescription("The background image layout used for the component.")]
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Localizable(true)]
[SRCategory("Appearance")]
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
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

AgentCtl Class
AgentCtl Members