Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\UpDownBaseTests.cs (6)
668
BackgroundImageLayout
= value
675
control.
BackgroundImageLayout
= value;
696
control.
BackgroundImageLayout
= ImageLayout.Center;
701
control.
BackgroundImageLayout
= ImageLayout.Center;
706
control.
BackgroundImageLayout
= ImageLayout.Stretch;
712
control.
BackgroundImageLayout
= ImageLayout.Center;
8 references to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\DomainUpDownTests.cs (1)
47
_sub.
BackgroundImageLayout
.Should().Be(ImageLayout.Tile);
System\Windows\Forms\UpDownBaseTests.cs (7)
33
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
670
Assert.Equal(value, control.
BackgroundImageLayout
);
676
Assert.Equal(value, control.
BackgroundImageLayout
);
697
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
702
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
707
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
713
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);