Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
439BackgroundImageLayout = value 446control.BackgroundImageLayout = value; 466control.BackgroundImageLayout = ImageLayout.Center; 471control.BackgroundImageLayout = ImageLayout.Center; 476control.BackgroundImageLayout = ImageLayout.Stretch; 482control.BackgroundImageLayout = ImageLayout.Center; 492Assert.Throws<InvalidEnumArgumentException>("value", () => control.BackgroundImageLayout = value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
34Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 441Assert.Equal(value, control.BackgroundImageLayout); 447Assert.Equal(value, control.BackgroundImageLayout); 467Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 472Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout); 477Assert.Equal(ImageLayout.Stretch, control.BackgroundImageLayout); 483Assert.Equal(ImageLayout.Center, control.BackgroundImageLayout);