Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
559
BackgroundImageLayout
= value
566
control.
BackgroundImageLayout
= value;
586
control.
BackgroundImageLayout
= ImageLayout.Center;
591
control.
BackgroundImageLayout
= ImageLayout.Center;
596
control.
BackgroundImageLayout
= ImageLayout.Stretch;
602
control.
BackgroundImageLayout
= ImageLayout.Center;
612
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
BackgroundImageLayout
= value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ListViewTests.cs (7)
35
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
561
Assert.Equal(value, control.
BackgroundImageLayout
);
567
Assert.Equal(value, control.
BackgroundImageLayout
);
587
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
592
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
597
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
603
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);