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