Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
559BackgroundImageLayout = value 566control.BackgroundImageLayout = value; 586control.BackgroundImageLayout = ImageLayout.Center; 591control.BackgroundImageLayout = ImageLayout.Center; 596control.BackgroundImageLayout = ImageLayout.Stretch; 602control.BackgroundImageLayout = ImageLayout.Center; 612Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
35Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 561Assert.Equal(value, control.BackgroundImageLayout); 567Assert.Equal(value, control.BackgroundImageLayout); 587Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 592Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 597Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 603Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);