Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
TrackBarTests.cs (6)
501BackgroundImageLayout = value 508control.BackgroundImageLayout = value; 528control.BackgroundImageLayout = ImageLayout.Center; 533control.BackgroundImageLayout = ImageLayout.Center; 538control.BackgroundImageLayout = ImageLayout.Stretch; 544control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
31Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 503Assert.Equal(value, control.BackgroundImageLayout); 509Assert.Equal(value, control.BackgroundImageLayout); 529Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 534Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 539Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 545Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);