Win32ToolBarBackgroundImageLayout Property |
Gets or sets the layout for background image.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override ImageLayout BackgroundImageLayout { get; set; }Public Overrides Property BackgroundImageLayout As ImageLayout
Get
Set
public:
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}abstract BackgroundImageLayout : ImageLayout with get, set
override BackgroundImageLayout : ImageLayout with get, set
Return Value
ImageLayoutThe layout for background image.
See Also