Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
283BackgroundImageLayout = value 290control.BackgroundImageLayout = value; 311control.BackgroundImageLayout = ImageLayout.Center; 316control.BackgroundImageLayout = ImageLayout.Center; 321control.BackgroundImageLayout = ImageLayout.Stretch; 327control.BackgroundImageLayout = ImageLayout.Center; 337Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ProgressBarTests.cs (7)
30Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 285Assert.Equal(value, control.BackgroundImageLayout); 291Assert.Equal(value, control.BackgroundImageLayout); 312Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 317Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 322Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 328Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);