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