'Declaration
<BrowsableAttribute(False)> <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)] [Localizable(true)] public new ImageLayout BackgroundImageLayout {get; set;}
[Browsable(false)] [Localizable(true)] public: new property ImageLayout BackgroundImageLayout { ImageLayout get(); void set ( ImageLayout value); }
Property Value
The default value of this property is Tile (ImageLayout.Tile)
.