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