Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
561BackgroundImageLayout = value 568control.BackgroundImageLayout = value; 588control.BackgroundImageLayout = ImageLayout.Center; 593control.BackgroundImageLayout = ImageLayout.Center; 598control.BackgroundImageLayout = ImageLayout.Stretch; 604control.BackgroundImageLayout = ImageLayout.Center; 614Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
37Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 563Assert.Equal(value, control.BackgroundImageLayout); 569Assert.Equal(value, control.BackgroundImageLayout); 589Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 594Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 599Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 605Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);