Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
856BackgroundImageLayout = value 862control.BackgroundImageLayout = value; 881control.BackgroundImageLayout = ImageLayout.Center; 886control.BackgroundImageLayout = ImageLayout.Center; 891control.BackgroundImageLayout = ImageLayout.Stretch; 897control.BackgroundImageLayout = ImageLayout.Center; 907Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\TreeViewTests.cs (7)
29Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 858Assert.Equal(value, control.BackgroundImageLayout); 863Assert.Equal(value, control.BackgroundImageLayout); 882Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 887Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 892Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 898Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);