BackgroundImageLayout Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatAppearance")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("ControlBackgroundImageLayoutDescr")>
Public Overridable Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.ImageLayout
instance.BackgroundImageLayout = value
value = instance.BackgroundImageLayout
[SRCategory("CatAppearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlBackgroundImageLayoutDescr")]
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
public read-write property BackgroundImageLayout: System.Windows.Forms.ImageLayout; virtual;
SRCategoryAttribute("CatAppearance")
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("ControlBackgroundImageLayoutDescr")
public function get,set BackgroundImageLayout : System.Windows.Forms.ImageLayout
[SRCategory("CatAppearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlBackgroundImageLayoutDescr")]
public: __property virtual System.Windows.Forms.ImageLayout get_BackgroundImageLayout();
public: __property virtual void set_BackgroundImageLayout(
System.Windows.Forms.ImageLayout value
);
[SRCategory("CatAppearance")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Localizable(true)]
[SRDescription("ControlBackgroundImageLayoutDescr")]
public:
virtual property System.Windows.Forms.ImageLayout BackgroundImageLayout {
System.Windows.Forms.ImageLayout get();
void set ( System.Windows.Forms.ImageLayout value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also