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