Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControlTests.cs (7)
683BackgroundImageLayout = value 690control.BackgroundImageLayout = value; 711control.BackgroundImageLayout = ImageLayout.Center; 716control.BackgroundImageLayout = ImageLayout.Center; 721control.BackgroundImageLayout = ImageLayout.Stretch; 727control.BackgroundImageLayout = ImageLayout.Center; 737Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControlTests.cs (7)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 685Assert.Equal(value, control.BackgroundImageLayout); 691Assert.Equal(value, control.BackgroundImageLayout); 712Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 717Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 722Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 728Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);