Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
539BackgroundImageLayout = value 545control.BackgroundImageLayout = value; 564control.BackgroundImageLayout = ImageLayout.Center; 569control.BackgroundImageLayout = ImageLayout.Center; 574control.BackgroundImageLayout = ImageLayout.Stretch; 580control.BackgroundImageLayout = ImageLayout.Center; 590Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListBoxTests.cs (7)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 541Assert.Equal(value, control.BackgroundImageLayout); 546Assert.Equal(value, control.BackgroundImageLayout); 565Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 570Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 575Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 581Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);