'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("ControlBackgroundImageLayoutDescr")> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Overridable Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.ImageLayout instance.BackgroundImageLayout = value value = instance.BackgroundImageLayout
[System.ComponentModel.Localizable(true)] [SRDescription("ControlBackgroundImageLayoutDescr")] [SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}