Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
3 references to BackgroundImage
System.Windows.Forms (3)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (3)
1028
if (
BackgroundImage
is null)
1554
if (
BackgroundImage
is not null)
1556
using TextureBrush textureBrush = new(
BackgroundImage
, WrapMode.Tile);