Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
3 writes to BackgroundImageLayout
System.Windows.Forms.Tests (3)
System\Windows\Forms\AxHostTests.cs (3)
328
BackgroundImageLayout
= value
334
control.
BackgroundImageLayout
= value;
344
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
BackgroundImageLayout
= value);
4 references to BackgroundImageLayout
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
41
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
135
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
330
Assert.Equal(value, control.
BackgroundImageLayout
);
335
Assert.Equal(value, control.
BackgroundImageLayout
);