Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
537BackgroundImageLayout = value 543control.BackgroundImageLayout = value; 562control.BackgroundImageLayout = ImageLayout.Center; 567control.BackgroundImageLayout = ImageLayout.Center; 572control.BackgroundImageLayout = ImageLayout.Stretch; 578control.BackgroundImageLayout = ImageLayout.Center; 588Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
29Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 539Assert.Equal(value, control.BackgroundImageLayout); 544Assert.Equal(value, control.BackgroundImageLayout); 563Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 568Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 573Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 579Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);