Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
3 references to BackgroundImage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\SplitContainer.cs (3)
1215
if (
BackgroundImage
== null) {
1707
if (
BackgroundImage
!= null) {
1709
using (TextureBrush textureBrush = new TextureBrush(
BackgroundImage
,WrapMode.Tile)) {