Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControlTests.cs (7)
681BackgroundImageLayout = value 688control.BackgroundImageLayout = value; 709control.BackgroundImageLayout = ImageLayout.Center; 714control.BackgroundImageLayout = ImageLayout.Center; 719control.BackgroundImageLayout = ImageLayout.Stretch; 725control.BackgroundImageLayout = ImageLayout.Center; 735Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TabControlTests.cs (7)
30Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 683Assert.Equal(value, control.BackgroundImageLayout); 689Assert.Equal(value, control.BackgroundImageLayout); 710Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 715Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 720Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 726Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);