Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
437BackgroundImageLayout = value 444control.BackgroundImageLayout = value; 464control.BackgroundImageLayout = ImageLayout.Center; 469control.BackgroundImageLayout = ImageLayout.Center; 474control.BackgroundImageLayout = ImageLayout.Stretch; 480control.BackgroundImageLayout = ImageLayout.Center; 490Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
32Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 439Assert.Equal(value, control.BackgroundImageLayout); 445Assert.Equal(value, control.BackgroundImageLayout); 465Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 470Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 475Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 481Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);