BackgroundImageLayout Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : BackgroundImageLayout Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<SRCategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<SRDescriptionAttribute("The background image layout used for the component.")>
Public Overridable Property BackgroundImageLayout As ImageLayout
Visual Basic (Usage) Copy Code
Dim instance As CredentialsDialog
Dim value As ImageLayout
 
instance.BackgroundImageLayout = value
 
value = instance.BackgroundImageLayout
C#  
[SRCategory("Appearance")]
[DefaultValue()]
[Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public virtual ImageLayout BackgroundImageLayout {get; set;}
C++/CLI  
[SRCategory("Appearance")]
[DefaultValue()]
[Localizable(true)]
[SRDescription("The background image layout used for the component.")]
public:
virtual property ImageLayout BackgroundImageLayout {
   ImageLayout get();
   void set (    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