Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
561
BackgroundImageLayout
= value
568
control.
BackgroundImageLayout
= value;
588
control.
BackgroundImageLayout
= ImageLayout.Center;
593
control.
BackgroundImageLayout
= ImageLayout.Center;
598
control.
BackgroundImageLayout
= ImageLayout.Stretch;
604
control.
BackgroundImageLayout
= ImageLayout.Center;
614
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
BackgroundImageLayout
= value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
37
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
563
Assert.Equal(value, control.
BackgroundImageLayout
);
569
Assert.Equal(value, control.
BackgroundImageLayout
);
589
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
594
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
599
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
605
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);