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) 1554if (BackgroundImage is not null) 1556using TextureBrush textureBrush = new(BackgroundImage, WrapMode.Tile);