Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\SplitterTests.cs (6)
265
BackgroundImageLayout
= value
272
control.
BackgroundImageLayout
= value;
293
control.
BackgroundImageLayout
= ImageLayout.Center;
298
control.
BackgroundImageLayout
= ImageLayout.Center;
303
control.
BackgroundImageLayout
= ImageLayout.Stretch;
309
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
29
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
267
Assert.Equal(value, control.
BackgroundImageLayout
);
273
Assert.Equal(value, control.
BackgroundImageLayout
);
294
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
299
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
304
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
310
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);