'Declaration
<BrowsableAttribute(False)> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <LocalizableAttribute(True)> Public Shadows Property BackgroundImageLayout As ImageLayout
'Usage
Dim instance As BrowseControl Dim value As ImageLayout instance.BackgroundImageLayout = value value = instance.BackgroundImageLayout
[Browsable(false)] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] public new ImageLayout BackgroundImageLayout {get; set;}
[Browsable(false)] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] public: new property ImageLayout BackgroundImageLayout { ImageLayout get(); void set ( ImageLayout value); }