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