Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
System\Windows\Forms\UpDownBaseTests.cs (6)
666
BackgroundImageLayout
= value
673
control.
BackgroundImageLayout
= value;
694
control.
BackgroundImageLayout
= ImageLayout.Center;
699
control.
BackgroundImageLayout
= ImageLayout.Center;
704
control.
BackgroundImageLayout
= ImageLayout.Stretch;
710
control.
BackgroundImageLayout
= ImageLayout.Center;
8 references to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\DomainUpDownTests.cs (1)
45
_sub.
BackgroundImageLayout
.Should().Be(ImageLayout.Tile);
System\Windows\Forms\UpDownBaseTests.cs (7)
31
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
668
Assert.Equal(value, control.
BackgroundImageLayout
);
674
Assert.Equal(value, control.
BackgroundImageLayout
);
695
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
700
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
705
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
711
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);