'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 EditSourceDialog 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;}