Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
437
BackgroundImageLayout
= value
444
control.
BackgroundImageLayout
= value;
464
control.
BackgroundImageLayout
= ImageLayout.Center;
469
control.
BackgroundImageLayout
= ImageLayout.Center;
474
control.
BackgroundImageLayout
= ImageLayout.Stretch;
480
control.
BackgroundImageLayout
= ImageLayout.Center;
490
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
BackgroundImageLayout
= value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\MonthCalendarTests.cs (7)
32
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
439
Assert.Equal(value, control.
BackgroundImageLayout
);
445
Assert.Equal(value, control.
BackgroundImageLayout
);
465
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
470
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
475
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
481
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);