Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\SplitterTests.cs (6)
263
BackgroundImageLayout
= value
270
control.
BackgroundImageLayout
= value;
291
control.
BackgroundImageLayout
= ImageLayout.Center;
296
control.
BackgroundImageLayout
= ImageLayout.Center;
301
control.
BackgroundImageLayout
= ImageLayout.Stretch;
307
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\SplitterTests.cs (7)
27
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
265
Assert.Equal(value, control.
BackgroundImageLayout
);
271
Assert.Equal(value, control.
BackgroundImageLayout
);
292
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
297
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
302
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
308
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);