Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
2 writes to BackgroundImageLayout
System.Windows.Forms.Tests (2)
System\Windows\Forms\DateTimePickerTests.cs (2)
747
control.
BackgroundImageLayout
= ImageLayout.Center;
751
control.
BackgroundImageLayout
= ImageLayout.Stretch;
1 reference to BackgroundImageLayout
System.Windows.Forms.Tests (1)
System\Windows\Forms\DateTimePickerTests.cs (1)
33
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);