Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
8 writes to BackgroundImageLayout
System.Windows.Forms.Tests (8)
System\Windows\Forms\LabelTests.cs (8)
564label.BackgroundImageLayout = ImageLayout.Center; 568label.BackgroundImageLayout = ImageLayout.Center; 572label.BackgroundImageLayout = ImageLayout.Stretch; 593label.BackgroundImageLayout = label.BackgroundImageLayout; 596label.BackgroundImageLayout = ImageLayout.Center; 599label.BackgroundImageLayout = label.BackgroundImageLayout; 602label.BackgroundImageLayout = ImageLayout.Stretch; 606label.BackgroundImageLayout = ImageLayout.Zoom;
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\LabelTests.cs (7)
28Assert.Equal(ImageLayout.Tile, control.BackgroundImageLayout); 561Assert.Equal(ImageLayout.Tile, label.BackgroundImageLayout); // Default value 565Assert.Equal(ImageLayout.Center, label.BackgroundImageLayout); 569Assert.Equal(ImageLayout.Center, label.BackgroundImageLayout); 573Assert.Equal(ImageLayout.Stretch, label.BackgroundImageLayout); 593label.BackgroundImageLayout = label.BackgroundImageLayout; 599label.BackgroundImageLayout = label.BackgroundImageLayout;