Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
281BackgroundImageLayout = value 288control.BackgroundImageLayout = value; 309control.BackgroundImageLayout = ImageLayout.Center; 314control.BackgroundImageLayout = ImageLayout.Center; 319control.BackgroundImageLayout = ImageLayout.Stretch; 325control.BackgroundImageLayout = ImageLayout.Center; 335Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
28Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 283Assert.Equal(value, control.BackgroundImageLayout); 289Assert.Equal(value, control.BackgroundImageLayout); 310Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 315Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 320Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 326Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);