Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
6 writes to BackgroundImageLayout
System.Windows.Forms.Tests (6)
TrackBarTests.cs (6)
501
BackgroundImageLayout
= value
508
control.
BackgroundImageLayout
= value;
528
control.
BackgroundImageLayout
= ImageLayout.Center;
533
control.
BackgroundImageLayout
= ImageLayout.Center;
538
control.
BackgroundImageLayout
= ImageLayout.Stretch;
544
control.
BackgroundImageLayout
= ImageLayout.Center;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
TrackBarTests.cs (7)
31
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
503
Assert.Equal(value, control.
BackgroundImageLayout
);
509
Assert.Equal(value, control.
BackgroundImageLayout
);
529
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
534
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
539
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
545
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);