Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
854BackgroundImageLayout = value 860control.BackgroundImageLayout = value; 879control.BackgroundImageLayout = ImageLayout.Center; 884control.BackgroundImageLayout = ImageLayout.Center; 889control.BackgroundImageLayout = ImageLayout.Stretch; 895control.BackgroundImageLayout = ImageLayout.Center; 905Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
27Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 856Assert.Equal(value, control.BackgroundImageLayout); 861Assert.Equal(value, control.BackgroundImageLayout); 880Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 885Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 890Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 896Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);