Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
TrackBarTests.cs (6)
499BackgroundImageLayout = value 506control.BackgroundImageLayout = value; 526control.BackgroundImageLayout = ImageLayout.Center; 531control.BackgroundImageLayout = ImageLayout.Center; 536control.BackgroundImageLayout = ImageLayout.Stretch; 542control.BackgroundImageLayout = ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
29Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 501Assert.Equal(value, control.BackgroundImageLayout); 507Assert.Equal(value, control.BackgroundImageLayout); 527Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 532Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 537Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 543Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);