'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("The background image layout used for the component.")> 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
[System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue()] [SRCategory("Appearance")] [SRDescription("The background image layout used for the component.")] public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}