Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
8 writes to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\LabelTests.cs (8)
566label.BackgroundImageLayout = ImageLayout.Center; 570label.BackgroundImageLayout = ImageLayout.Center; 574label.BackgroundImageLayout = ImageLayout.Stretch; 595label.BackgroundImageLayout = label.BackgroundImageLayout; 598label.BackgroundImageLayout = ImageLayout.Center; 601label.BackgroundImageLayout = label.BackgroundImageLayout; 604label.BackgroundImageLayout = ImageLayout.Stretch; 608label.BackgroundImageLayout = ImageLayout.Zoom;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\LabelTests.cs (7)
30Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 563Assert.Equal(ImageLayout.Tile, label.BackgroundImageLayout); // Default value 567Assert.Equal(ImageLayout.Center, label.BackgroundImageLayout); 571Assert.Equal(ImageLayout.Center, label.BackgroundImageLayout); 575Assert.Equal(ImageLayout.Stretch, label.BackgroundImageLayout); 595label.BackgroundImageLayout = label.BackgroundImageLayout; 601label.BackgroundImageLayout = label.BackgroundImageLayout;