Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
TrackBarTests.cs (6)
499
BackgroundImageLayout
= value
506
control.
BackgroundImageLayout
= value;
526
control.
BackgroundImageLayout
= ImageLayout.Center;
531
control.
BackgroundImageLayout
= ImageLayout.Center;
536
control.
BackgroundImageLayout
= ImageLayout.Stretch;
542
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
29
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
501
Assert.Equal(value, control.
BackgroundImageLayout
);
507
Assert.Equal(value, control.
BackgroundImageLayout
);
527
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
532
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
537
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
543
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);